@charset "utf-8";
/* CSS Document */

body {
	background-color: #333;
	background-image: url(bodyimgs/bgfade.png);
	background-repeat: repeat-x;
	background-position: 0px 0px;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	color: #FFF;
}
.maintable {
	border: medium solid #000;
}
.datacells {
	background-color: #DD0000;
	font-family: Verdana, Geneva, sans-serif;
	color: #000;
	text-align: left;
	vertical-align: top;
	font-size: 12px;
	font-weight: bold;
}
h3 {
	font-size: 14px;
}

.nav {
	font-family: Verdana, Geneva, sans-serif;
	color: #000;
	text-align: left;
	margin-right: 5px;
	margin-left: 5px;
	border-bottom-width: thin;
	border-bottom-style: solid;
	border-bottom-color: #000;
}
.nav a {
	color: #000;
	text-decoration: none;
}
.nav a:hover {
	color: #666;
}
a {
	color: #000;
}
a:hover {
	color: #666;
}

#centerdiv {
	overflow: auto;
	height: 650px;
	background-repeat: repeat;
	padding: 5px;
	background-color: #FFF;
	border-top-width: thin;
	border-right-width: thin;
	border-bottom-width: thin;
	border-left-width: thin;
	border-top-style: none;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #000;
	border-right-color: #000;
	border-bottom-color: #000;
	border-left-color: #000;
}
h2 {
	font-size: 18px;
	font-weight: bold;
	text-align: center;
}
