body {
	margin-top: 0px;
	background-color: #000000;
}
.style2 {
	color: #999999;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}
a:link {
	color: #666666;
}
a:visited {
	color: #666666;
}
a:hover {
	color: #666666;
}
a:active {
	color: #666666;
}
.style4 {
	color: #612521;
	font-family: "Times New Roman", Times, serif;
	font-size: 18px;
}
.style6 {color: #333333; font-family: Arial, Helvetica, sans-serif; font-size: 12px; }
.style7 {
	font-family: "Times New Roman", Times, serif;
	font-size: 14px;
}
.style8 {	font-family: "Times New Roman", Times, serif;
	font-size: 14px;
	color: #612521;
	font-weight: bold;
}
.menuItem
{
	height:30px;
	width:132px;
	background-color:#FEF4BF;
	color:#8A7443;
	font-family:Times New Roman;
	font-size:11.5px;
	padding-left:8px;
}
.menuItemHover
{
	height:30px;
	background-color:#FDF8DB;
	color:#8A7443;
	font-family:Times New Roman;
	font-size:11.5px;
	padding-left:8px;
}
.menuItem2
{
	height:60px;
	width:132px;
	background-color:#C7FDBF;
	color:black;
	font-family:Times New Roman;
	font-size:11.5px;
	padding-left:8px;
}
.menuItemHover2
{
	height:60px;
	background-color:#E0FCDC;
	color:black;
	font-family:Times New Roman;
	font-size:11.5px;
	padding-left:8px;
}
.menuItem a, .menuItemHover a
{
	text-decoration:none;
	color:#695322;
}
.menuItem2 a, .menuItemHover2 a
{
	text-decoration:none;
	color:black;
	font-weight:bold;
}
.menuSpacer
{
	height:2px;
	background-color:white;
}
.menubottom
{
	height:60px;
	width:132px;
	background-color:#FEF4BF;
	color:#8A7443;
	font-family:Times New Roman;
	font-size:11.5px;
	padding-left:8px;
}
.menuTable
{
	 background-color:#622522;
	 position:relative;
	 left:28px;
	 width:132px;
}
input.text, textarea {
	width: 300px;
	font-size: 12px;
	color: #000;
	padding: 2px;
	margin-bottom: 10px;
	border: 2px solid #ccc;
}
input.submit {
	padding: 5px;
	margin: 5px;
	font-weight: bold;
	border: 2px solid #ccc;
}
input.radio {
	border: 0;
	margin: 0;
	padding: 0;
	font-weight: bold;
}
select {
	border: 2px solid #ccc;
}
span.errmsg {
	color: #ff0000;
	font-weight: normal;
}