/* CSS Document */
body {
	background-color: #11241B;
}
body,td,th { /*-----Basic font and size of website text-----*/
	font-family: "Times New Roman", Times, serif;
	font-size: 12px;
	color: #654B2C;
}

a:link {
	color: #654B2C;
	text-decoration: none;
}
a:visited {
	color: #654B2C;
	text-decoration: none;
}
a:hover {
	color: #417453;
	text-decoration: underline;
}
a:active {
	color: #654B2C;
	text-decoration: none;
}
.foot, .foot, .foot a:link, .foot a:active, .foot a:visited, .foot a:hover { /*-----Change Style of Copyright Footer-----*/
	font-size:10px;
	text-decoration:none;
	color:#B3B3B3;
}
.imgbrdsx {
	border-style:solid;
	border-width:thin;
	border-color:#006600;
}
.formbutton{
cursor:pointer;
border:outset 1px #ccc;
background:url(../images/formbg2.gif) repeat-x left top;
color:#000;
font-weight:bold;
font-family:"Times New Roman", Times, serif;
padding: 1px 2px;
}