a:active {
	text-decoration:none;
}
a:link {
	text-decoration: none;
	color: #666666;
}
a:visited {
	text-decoration: none;
	color: #666666;
}
a:hover {
	color: #000000;
	text-decoration:none;
}


.stdtext {
	font-family: "Times New Roman", Times, serif;
	font-size: 15px;
	color: #000000;
	font-weight: normal;
	text-decoration: none;
	line-height: 1.3em;
}
.navtext {
	font-family: "Times New Roman", Times, serif;
	font-size: 16px;
	color: #666666;
	font-weight: normal;
	text-decoration: none;
	font-style:italic;
}



.footer, .footer a{
	font-family: "Times New Roman", Times, serif;
	font-size: 10px;
	color: #999999;
	font-weight: normal;
	text-decoration: none;
	font-style:italic;
}


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

}
