body {
}
.header {
	font-family: "Trebuchet MS";
	font-size: 20px;
	color: #003875;
	clip: rect(7px,auto,auto,auto);
}
.maintxt {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #333333;
	line-height: 12px;
}
a:link {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #003875;
	font-weight: bold;
	text-decoration: none;
}

a:visited {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	text-decoration: none;
	color: #003875;
}

a:hover {
	text-decoration: none;
	font-weight: bold;
	color: #0078FD;
}

a:active {
	color: #F0B410;
	font-weight: bold;
	text-decoration: none;
}
