﻿html, #body {
	background-color: black;
}
#body table {
	background-color: #1F49AD;
}
.top-links {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	color: #ffffff;
	vertical-align: bottom;
	text-indent: 10px;
}
.blue-links {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	color:#ffffff;
}
.body-text {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color:#ffffff;
}
.grey-links {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	color:#ffffff;
}
.black-text {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color:#000000;
}
h1 {
	font-family: Arial;
	font-size: 18px;
	font-weight: bold;
	color: #ffffff;
	text-align:center;
}
h2 {
	font-family: Arial;
	font-size: 15px;
	font-weight: bold;
	color: #ffffff;
}
h3 {
	font-family: Arial;
	font-size: 12px;
	font-weight: bold;
	color: #ffffff;
}
body, p {
	font-family: Verdana;
	font-size: 12px;
	font-weight: normal;
	color:#ffffff;
}
a {
	text-decoration: none;
	color: #ffffff;
}
a:link {
	color: #ffffff;
}
a:hover {
	text-decoration: underline;
	color: #0000A0;
}
a:visited {
	color: #A00000;
}

