@charset "utf-8";
/* Text and Colors 4 AAPAR */
body {
	font-family: Arial, Helvetica, Verdana, sans-serif;
	color:#000;
	font-size:0.85em;
}

/* TEXT SIZES */
p {
	font-size:0.95em;
	padding:5px 0;
	}
h1 { 
	font-size:200%;
	padding:10px 0;
	}
h2 {
	font-size:180%;
	}
h3 {/*page title*/
	font-size:140%;
	padding-bottom:.5em;
	}
h4 {
	font-size:130%;
	}
h5 { 
	font-size:110%;
	line-height:1.5em;
	}
h6 {/*page sub-header in bold */
	padding-top:10px;
	font-size:110%;

}
ul, ol{
	font-size:0.85em; 	
	padding: 0 25px;
	}
.captions{
	font-size:0.85em;
}
blockquote{
	margin:0 25px;
	}
/* TEXT COLORS */
h1, h2, h3{
	color:#076324;
	}
h4, h5, h6  {
	color:#333;
}
p {
	color:#333;
	}
a {
	color:#2169CB;
	outline:none;
	}
a:hover {
	color:#6ab2e7; 
	text-decoration:none;
	}
label {
	color:#036;
	}
.red {
	color:#900;
	font-weight:bold;
	}
.grayBG{
	background-color:#eee;
}



