@charset "UTF-8";
/* CSS Document */

/* This Style Sheet is only for Static Pages and will eventually replace client_styles.css.  This is a transitional file that will be used to organize relevent styles as neeeded. It is organized and labeled by page specific styles are for */ 

/* Index Page */

.meta {
	font:Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	text-align:center;
}

.meta a {
	color: #0000CC;
	text-decoration:none
}

.meta h1,h2,h3,h4,h5, {
	font-weight: bold;
}

.meta h1 {
	font-size: 18px;
	color: #990000;
}

.meta h2 {
	font-size: 18px;
	color: #000099;
}

.meta h3 {
	font-size: 14px;
	color: #333333;
}

.meta h4 {
	font-size: 14px;
	color: #000000;
}

.meta h5 {
	font-size: 12px;
	color: #990000;
}

.meta h6 {
	font-size: 10px;
	color: #000000;
}


.Index_headline {
	text-align:center;
	padding-left: 10px;
	padding-right: 10px;
}

.index_features {
	text-align:left;
	padding-left: 10px;
	padding-right: 10px;
}

.index_text {
	text-align:justify;
	padding-left: 10px;
	padding-right: 10px;
}

.index_footer {
	text-align: center;
	position: relative;
	top: 10px;
}







