@charset "utf-8";
/* Text and Colors 4 RC */
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:180%;
	}
h3 {/*page title*/
	font-size:160%;
	padding-bottom:1em;
	}
h4 {
	font-size:140%;
	}
h5 { 
	font-size:120%;
	line-height:1.5em;
	}
h6 {/*page sub-header in bold */
	padding-top:10px;
	font-size:110%;
}
/*SPACING*/
ol, blockquote{
	margin:0 25px;
	}
ul {
	font-size:100%;
	padding:0 20px; 	
}
li{
	padding-top:5px;
	padding-bottom:5px;
}
.captions{
	font-size:0.9em;
}
blockquote{
	margin:0 25px;
	}
/* TEXT COLORS */
h1, h2, h3{
	color:#006785;
	}
h4, h5, h6 {
	color:#333;
}
p {
	color:#333;
	}
a {
	color:#e6852c;
	}
a:hover {
	color:#6ab2e7; 
	text-decoration:none;
	}
.red {
	color:#900;
	font-weight:bold;
	}
.grayBG{
	background-color:#eee;
}



