@charset "utf-8";
/* Text and Colors 4 AAHE */
body {
	font-family: Arial, Helvetica, Verdana, sans-serif;
	color:#333;
	font-size:0.80em;
}

/* TEXT SIZES */
p {
	font-size:100%;
	padding:5px 0;
	}
h1 { 
	font-size:200%;
	padding:10px 0;
	}
h2 {
	font-size:190%;
	}
h3 {/*page title*/
	font-size:150%;
	padding-bottom:10px;
	}
h4 {
	font-size:1.15em;
	}
h5 { 
	font-size:130%;
	line-height:1.5em;
	}
h6 {/*page sub-header in bold */
	padding-top:10px;
	font-size:110%;

}
ul, ol, label {
	font-size:100%;
	padding:0 35px; 	
}
.captions{
	font-size:0.9em;
}
blockquote{
	margin:0 25px;
	}
/* TEXT COLORS */
h1, h2, h3{
	color:#7d0040;
	}
h4, h5, h6 {
	color:#333;
}
p {
	color:#333;
	}
a {
	color:#2169CB;
	}
a:hover {
	color:#4686b5; 
	text-decoration:none;
	}
label {
	color:#036;
	}
.grayBG{
	background-color:#eee;
}



