@charset "utf-8";
/* CSS Document */
body,td,th {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #FFFFFF;
}
body {
	background-color: #000000;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	/*background-attachment: fixed;
	background-image: url(../webfiles/bckgrnd.jpg);
	background-repeat: no-repeat;
	background-position: center top;*/
}
a {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #CA912A;
}
a:link {
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #CA912A;
}
a:hover {
	text-decoration: none;
	color: #D7C887;
}
a:active {
	text-decoration: none;
	color: #D7C887;
}