@charset "UTF-8";
/* CSS Document */

.text {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 13px;
}
.sm {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 10px;
}
.med {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 11px;
}
a:link {
	color: #003300;
	text-decoration: underline;
}
a:visited {
	color: #003300;
	text-decoration: underline;
}
a:hover {
	color: #003300;
	text-decoration: underline overline;
}
.altl a:link {
	color: #CCCCCC;
	text-decoration: underline;
}
.altl a:visited {
	color: #DDDDDD;
	text-decoration: underline;
}
.altl a:hover {
	color: #CCCCCC;
	text-decoration: underline overline;
}.verd {
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
.padding {
	margin: 5px;
}
input.radHide {opacity:0; outline-border: none; width:.1pt; height:.1pt; margin:-1pt;
}
h1 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 16px;
	font-weight: bold;
}

