a:active {
	text-decoration: none;
}
a:link {
	text-decoration: none;
	color: #3366CC;
	text-decoration:underline;
}
a:visited {
	text-decoration: none;
	color: #3366CC;
	text-decoration:underline;
}
a:hover {
	color: #000000;
	text-decoration: none;
}
.navtext{
	font-family: "Times New Roman", Times, serif;
	font-size: 16px;
	font-style: normal;
	color: #FFFFFF;
	text-decoration: none;
	font-weight: normal;
	padding: 10px 10px 10px 20px;
}
.navtext a {
	font-family: "Times New Roman", Times, serif;
	font-size: 16px;
	font-style: normal;
	color: #FFFFFF;
	text-decoration: none;
	font-weight: normal;
}
.navtext a:hover {
	color: #66CCFF;
}

.stdText{
	font-size: 14px;
	font-style: normal;
	color: #000000;
	text-align:justify;
	line-height: 1.4em;
	font-family: "Times New Roman", Times, serif;
}

.sideText{
	font-size: 14px;
	font-style: normal;
	color: #000066;
	text-align:center;
	line-height: 1.4em;
	font-family: "Times New Roman", Times, serif;
}
.sideTextList {
	font-size: 12px;
	font-style: normal;
	color: #FFFFFF;
	text-align:center;
	line-height: 1.4em;
	font-family: "Times New Roman", Times, serif;
}

h1{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 22px;
	font-style: normal;
	font-weight:bold;
	color: #003366;
	text-align: left;
	
}
h2{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-style: normal;
	font-weight:bold;
	color: #003366;
	text-align: center;
	
}

.footer, .footer a{
	font-family: "Times New Roman", Times, serif;
	font-size: 12px;
	font-style: normal;
	color: #FFFFFF;
	text-decoration: none;
	padding-top: 10px;
}



/* 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;

}

