/* CSS Document */

a:link {color:#238DBF; font-weight:bold;} /* unvisited link */
a:visited {color:#666666} /* visited link */
a:hover {color:#238DBF; text-decoration:none;} /* mouse over link */
a:active {color:red} /* selected link */

.style1 {
	font-size: 12px;
	font-weight: bold;
	color: #FFFFFF;
	font-family: Geneva, Arial, Helvetica, sans-serif;
}

.style11 {	/* page headers */
	color: #EC8119;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

.style3 {
	font-size: 24px;
	font-weight: bold;
}
.style6 {font-size: 18px}
.style7 {
	color: #227BB7;
	font-weight: bold;
	
}
.style8 {
	color: #EB780B;
	font-weight: bold;
}
.style9 {
	color: #228FBA;
	font-weight: bold;
}
.style10 {
	color: #EB7E23;
	font-weight: bold;
}
.style11 {
	color: #218CBA;
	font-weight: bold;
}
.style12 {color: #227BB7}
.style13 {color: #EB780B}
.style15 {font-size: 13px}
.style16 {color: #F77D08}


.nav {
	font-weight: bold; 
	font-family: Geneva, Arial, Helvetica, sans-serif; 
	font-size: 13px; 
	color:#333333;
	bgcolor:white;
	background-color:none;
}

.footerNav {
	font-weight: bold; 
	font-family: Geneva, Arial, Helvetica, sans-serif; 
	font-size: 13px; 
	color:#FFFFFF;
	bgcolor:white;
	background-color:none;
}

.nav:hover {
	color:white;
	bgcolor:#010066;
	background-color:#010066;
}

h1 {
	font-size: 24px;
	font-weight: bold;
	line-height:100%;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}

body {
	background-color: #FFFFFF;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}

.copy {

	font-family: Geneva, Arial, Helvetica, sans-serif; 
	font-size: 15px; 
	line-height:125%;
	color:#333333;

}

.subNavBlue {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-style: italic;
	color: #010066;
}

.subNav {
	font-family: Geneva, Arial, Helvetica, sans-serif; 
	font-weight: bold; 
	font-style: italic; 
	color: #010066; 
}

.footer {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #666666;
}