body {
	margin: 0px;
	font-size: 10px;
	font-family: verdana, arial;
	font-weight: normal;
	background-color: #FFFFFF;
	background-image: url('img/bodybg.jpg');
	background-repeat: repeat-y;
}

td {
	font-size: 11px;
	font-family: verdana, arial;
	font-weight: normal;
}

.menu {
	width: 127px;
	overflow: hidden;
}
.menu a {
	margin: 5px;
	font-size: 9px;
	font-weight: Bold;
	color: #FFFFFF;
	text-decoration: none;
	display: block;
}
.menu a:hover {
	font-size: 9px;
	color: #FCFCFC;
	text-decoration: underline;
}
a {
	color: #CC0000;
	text-decoration: none;
}

a:hover {
	color: #FF0000;
	text-decoration: underline;
}

.header {
	font-weight: bold;
	font-size: 15px;
	text-indent: 10px;
}

.theader {
	font-weight: bold;
	color: #000000;
}

.thlink, .thlink:hover, .thlink:active, .thlink:visited {
	font-weight: bold;
	color: #000000;
	text-decoration: underline;
}

.input {
	font-size: 11px;
	font-family: verdana;
}
H2 {
	font-size: 12pt;
	font-weight: Bold;
	color: #0f5099;
	margin: 0;
	padding: 0;
}

H3 {
	width: 600px;
	font-size: 11pt;
	line-height: 25px;
	font-weight: Bold;
	color: #000;
	border-bottom: 1px solid #246bbd;
	margin: 1px;
	padding: 0px;
	margin-bottom: 4px;
}
div.text {
	font-size: 10pt;
	text-align: justify;
	width: 600px;
}
div.stats {
	background-color: #fff1af;
	padding: 3px;
	border: 1px dashed #bfac55;
	width: 100%;
}