@charset "utf-8";
/* Text and Colors 4 NAGWS */
body {
	font-family: Arial, Helvetica, Verdana, sans-serif;
	color:#333;
	font-size:0.85em;
}

/* 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:170%;
	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{
	font-size:100%;
	padding:0 20px; 	
}
blockquote{
	margin:0 25px;
}
.captions{
	font-size:0.85em;
}
/* TEXT COLORS */
h1, h2, h3{
	color:#82017f;
	}
h4, h5, h6 {
	color:#666;
}
p {
	color:#333;
	}
a {
	outline:none;	
	color:#82017f;
	}
a:hover {
	color:#82017f; 
	text-decoration:none;
	}
label {
	color:#036;
	}
.grayBG{ /* this is mainly used for the table alternating row color */
	background-color:#eee;
}



