﻿body {
	background-color: Silver;
	color: Black;
}
p, td, th, div {
	font-family: Tahoma, Geneva;
	font-size: 12px;
}
img {
	border: none;
	padding: 3px 3px 3px 3px;
}
h1, h2, h3, h4, h5 {
	font-family: Tahoma, Geneva;
}
a {
	color: DimGray;
	text-decoration: underline;
}
a:hover {
	color: DarkGray;
	text-decoration: none;
}
.footer {
	font-size: 10px;
}
td.topnav {
	height: 25px;
	width: 106px;
	background-color: #006F82;
	text-align: center;
	vertical-align: middle;
}
a.topnav-link {
	display: block;
	width: 106px;
	height: 25px;
	background-image: url(/images/navbar-bkgd.gif);
	text-decoration: none;
	text-align: center;
	color: White;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	padding-top: 5px;
}
a.topnav-link:hover{
	display: block;
	width: 106px;
	height: 25px;
	background-image: url(/images/navbar-bkgd-hover.gif);
	text-decoration: none;
	text-align: center;
	color: White;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	padding-top: 5px;
}
td.contentarea {
	background-color: white;
}