@charset "utf-8";
.footer {
	font-family: Tahoma, Arial;
	font-size: 12px;
	color: #807000;
	text-align: center;
}
.subnavtable {
	background-image: url(images/bottomBG.jpg);
	background-repeat: repeat-x;
	background-position: left top;
}
body {
	font-family: Tahoma, Arial;
	font-size: 10pt;
	font-weight: normal;
	background-color: #000000;
	background-image: url(images/bg.jpg);
	background-repeat: repeat-x;
	background-position: left top;
}

.footernav {
	font-size: 10px;
	color: #fff;
}


a.footernav {
	font-family: Tahoma, Arial;
	font-size: 10px;
	font-weight: normal;
	text-decoration: none;
	color: #fff;
}

a.footernav:hover {
	font-family: Tahoma, Arial;
	font-size: 10px;
	font-weight: normal;
	text-decoration: none;
	color: #fff;
}

a.footernav:visited {
	font-family: Tahoma, Arial;
	font-size: 10px;
	font-weight: normal;
	text-decoration: none;
	color: #fff;
}

a {
	font-family: Tahoma, Arial;
	font-size: 14px;
	font-weight: normal;
	text-decoration: none;
	color: #fff;
}
a:hover {
	font-family: Tahoma, Arial;
	font-size: 14px;
	font-weight: normal;
	text-decoration: none;
	color: #ffcc00;
}
a:visited {
	font-family: Tahoma, Arial;
	font-size: 14px;
	font-weight: normal;
	text-decoration: none;
	color: #fff;
}

a.next { color: #FFFF00; font-size:14px; text-decoration:underline; }
a.next:hover { text-decoration:none; }
 

hr { color: #ffcc00; height: 1px;}
.main {
 font-size: 14px;}
 
input, textarea{ 
	width: 270px;
	color: #ffcc00; 
	border: 0 solid #FFEC9D; 
	background-color: #660C04;
	padding-left: 5px;
	padding-right: 5px;
	padding-top: 5px;
	padding-bottom: 5px;
	}