
.default
{
	 font-size : 12px;
	 font-weight : none;
	 text-decoration : none;
	 color : #000000;
	 font-family :  Arial, Verdana, Helvetica, sans-serif;
}


.onblue
{
	 font-size : 12px;
	 font-weight : bold;
	 text-decoration : none;
	 color : #FFFFFF;
	 font-family :  Arial, Verdana, Helvetica, sans-serif;
}

.subhead
{
	 font-size : 14px;
	 font-weight : bold;
	 text-decoration : none;
	 color : #003366;
	 font-family :  Verdana, Arial, Helvetica, sans-serif;
}

H1
{
	 font-size : 17px;
	 font-weight : none;
	 text-decoration : none;
	 color : #000000;
	 font-family : Verdana, Arial, Helvetica, sans-serif;
}

H2
{
	 font-size : 14px;
	 font-weight : bold;
	 text-decoration : none;
	 color : #003366;
	 font-family :  Verdana, Arial, Helvetica, sans-serif;
}



.formtextbox 
{
	border: #333333;
	border-style: double;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 10px;
	color: #666666;
	background-color: #FFFFFF;
}

	 
.formextra 
{  
	border: #000066; 
	border-style: double; 
	border-top-width: 1px; 
	border-right-width: 1px; 
	border-bottom-width: 1px; 
	border-left-width: 1px; 
	font-family:  Arial, Helvetica, sans-serif; 
	font-size: 11px;
	font-weight: bold; 
	color: #000066; 
	background-color: #FFFFFF;
}




a.nav:link {
	font-size : 11px;
	font-weight : none;
	text-decoration : underline;
	color : #004ae2;
    font-family : Arial, Verdana, Helvetica, sans-serif;}

a.nav:visited {
	font-size : 11px;
	font-weight : none;
	text-decoration : underline;
	color : #004ae2;
	font-family : Arial, Verdana, Helvetica, sans-serif;}
a.nav:active {
	font-size : 11px;
	font-weight : none;
	text-decoration : underline;
	color : #004ae2;
	font-family : Arial, Verdana, Helvetica, sans-serif;}
a.nav:hover {
	font-size : 11px;
	font-weight : none;
	text-decoration : underline;
	color : #524efa;
	font-family : Arial, Verdana, Helvetica, sans-serif;}

