@charset "utf-8";
body {
	background-color: #00374e;
	font-family: "Times New Roman", Times, serif;
	font-size: 14px;
	color: #00374E;
	letter-spacing: normal;
	word-spacing: normal;
	line-height: 20px;
}
h1 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 20px;
	color: #4B6B80;
	font-weight: bold;
	font-variant: small-caps;
	text-transform: none;
}
h2 {
	font-family: "Times New Roman", Times, serif;
	font-size: 16px;
	color: #4B6B80;
	text-decoration: underline;
}

a:link {
	color: #666;
	font-size: 14px;
}
a:visited {
	color: #666;
}
a:hover {
	color: #333;
}
#footer {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	color: #333;
	text-align: center;
}

a:active {
	color: #333;
	font-weight: bolder;
}
body,td,th {
	color: #000;
	font-family: Georgia, "Times New Roman", Times, serif;
	background-color: 00374e;
	text-align: left;
}
tfoot {
	background-color: #039;
}
