/* CSS Document */

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

.stdtext {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	font-weight: normal;
	text-decoration: none;
}
.stdtext a:active, .stdtext a:link , .stdtext a:visited {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	font-weight: normal;
	text-decoration: underline;
}
.small {
	font-size: 9px;
	color: #666666;
}

h1, h1 a:visited, h1 a:link, h1 a:hover, h1 a:active {
	font-family: Garamond, "Times New Roman", Times, serif;
	font-size: 22px;
	font-style: normal;
	font-weight: bold;
	color: #333333;
	text-decoration: none;
	padding-top: 10px; /* Firefox breaks if this is increased, IE wants more room. */
	padding-bottom: 0px;
}

.footer{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #000000;
	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;

}