.header1 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 24px;
	font-weight: normal;
	border: solid #003333;
	padding: 5px;
	text-align: center;
}
.header2 {  font-family: Georgia, "Times New Roman", Times, serif; font-size: 20px; font-weight: normal}
.header3 {  font-family: Georgia, "Times New Roman", Times, serif; font-size: 16px; font-weight: bold}
.header4 {  font-family: Georgia, "Times New Roman", Times, serif; font-size: 14px; font-weight: normal}
.header5 {  font-family: Georgia, "Times New Roman", Times, serif; font-size: 12px; font-weight: bold}
.header6 {  font-family: Georgia, "Times New Roman", Times, serif; font-size: 11px; font-weight: bold}
.header7 { font-family: Georgia, "Times New Roman", Times, serif; font-size: 10px; font-weight: bold}
.body {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	font-style: normal;
	font-weight: normal;
	background-attachment: fixed;
	background-repeat: repeat-y;
	line-height: 95%;
}
.header1noborder {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 24px;
	font-weight: normal;
	padding: 5px;
	text-align: left;
	border-top: none;
	border-right: none;
	border-bottom: none;
	border-left: none;
}
a:link {
	color: #009933;
	text-decoration: none;
	font-size: 12px;
}
a:visited {
	color: #0066FF;
	text-decoration: none;
	font-size: 12px;
}
a:hover {
	color: #CC3300;
	font-size: 12px;
}
a:active {
	color: #FF6666;
	text-decoration: blink;
	font-size: 13px;
}
