BODY { background-color: #003366;
}
.Header {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 16px;
	color: #003366;
	text-decoration: none;
	line-height: 20px;
	font-weight: bold;
}
.Header A:link {
	color: #006666;
	text-decoration: none;
}
.Header A:active {
	color: #006666;
	text-decoration: none;
}
.Header A:hover {
	color: #0000FF;
	text-decoration: none;
}
.Header A:visited {
	color: #006666;
	text-decoration: none;
}
.maintext {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	color: #272E4E;
	text-decoration: none;
	line-height: 22px;
	font-weight: normal;
}
.maintext A:link {
	text-decoration: none;
	color: black;
}
.maintext A:active {
	text-decoration: none;
	color: black;
}
.maintext A:hover {
	text-decoration: underline;
	color: #009966;
}
.maintext A:visited {
	text-decoration: none;
	color: black;
}