body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	background-color: #000000;
}
a:link {
	font-weight: bold;
	color: #990000;
}
a:visited {
	font-weight: normal;
	color: #990000;
}
a:hover {
	font-style: normal;
	font-weight: bold;
	color: #CC0000;
	text-decoration: underline;
}
a:active {
	font-weight: normal;
	color: #CC0000;
}
/* nav style */
a.nav:link {
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
}
a.nav:visited {
	font-weight: bold;
	color: #ffffff;
	text-decoration: none;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	font-style: normal;

}
a.nav:hover {
	font-weight: bold;
	color: #ffcc00;
	text-decoration: none;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	font-style: normal;

}
a.nav:active {
	font-weight: bold;
	color: #ffcc11;
	text-decoration: none;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	font-style: normal;

}
/* bottom nav style */
a.bnav:link {
	font-weight: bold;
	color: #990000;
	text-decoration: none;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 11px;
}
a.bnav:visited {
	font-weight: bold;
	color: #990000;
	text-decoration: none;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 11px;
}
a.bnav:hover {
	font-weight: bold;
	color:#FF0000;
	text-decoration: none;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 11px;
}
a.bnav:active {
	font-weight: bold;
	color:#CC0000;
	text-decoration: none;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 11px;
}
td {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
	text-decoration: none;
}
h1 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 16px;
	font-style: normal;
	font-weight: bold;
	color: #990000;
}
h2 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	font-style: normal;
	font-weight: bold;
}
	h2.red {
		color:#990000
		}

.whTxt {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	font-style: normal;
	font-weight: bold;
	color: #FFFFFF;
}
input.btn {
	background-color:#8E3241;
	border:#000000 solid 1px;
	color:#FFFFFF;
	font-weight:bold;
	}
input.btn:hover {
	background-color:#F7DD90;
	border:#CC6600 solid 1px;
	color:#990000;
	font-weight:bold;
	}

hr {
	background-color:#000000;
	margin-top:5px;
	clear:both;
	}
