a:active {
	text-decoration:underline;
}
a:link {
	text-decoration: none;
	color: #000066;
	text-decoration:underline;
}
a:visited {
	text-decoration:underline;
	color: #000066;
}
a:hover {
	color: #CC9900;
	text-decoration:underline;
}


.navcell {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	color: #003366;
	font-variant: normal;
	text-decoration: none;
	font-weight: normal;
	background-color: #FFCC00;
	text-align: center;
	border-left-width:1px;
	border-left-color:#003366;
	border-left-style:solid;
	border-top-width:1px;
	border-top-color:#003366;
	border-top-style:solid;
	border-right-width:1px;
	border-right-color:#003366;
	border-right-style:solid;
	line-height: 25px;
}
.navcell a{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #003366;
	text-decoration: none;
}
.navcell a:hover {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	color: #FFCC00;
	text-decoration: none;
	font-style: normal;
	font-variant: normal;
	font-weight: normal;
	background-color: #003366;
	text-align: center;
	display: block;
}


.navcell_CurrentPage a{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	color: #FFCC00;
	font-variant: normal;
	text-decoration: none;
	font-weight: normal;
	background-color: #003366;
	text-align: center;
	border-left-width:1px;
	border-left-color:#003366;
	border-left-style:solid;
	border-top-width:1px;
	border-top-color:#003366;
	border-top-style:solid;
	border-right-width:1px;
	border-right-color:#003366;
	border-right-style:solid;
	line-height: 25px;
	display: block;
}




.stdtext {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #003366;
	font-weight: normal;
	text-indent: 10px;
	margin-left: 10px;
	margin-right: 10px;
	text-decoration: none;
}
.stdtextNoIndent {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #003366;
	font-weight: normal;
	margin-left: 10px;
	margin-right: 10px;
	text-decoration: none;
}
.stdtextSmall {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #003366;
	font-weight: bold;
}

h1, h1 a:visited, h1 a:link, h1 a:hover, h1 a:active {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 22px;
	font-style: normal;
	font-weight: bold;
	color: #003366;
	text-decoration: none;
}

.footer, .footer a{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #003366;
	font-weight: normal;
	text-decoration: none;
}


/* This is really for Firefox users to make the forms look better*/
input.text, textarea, select, checkbox{
    border-top:2px solid #7c7c7c;
    border-left:2px solid #7c7c7c;
    border-right:2px solid #c3c3c3;
    border-bottom:2px solid #c3c3c3;

}
