/* CSS Document */ 
body {
	scrollbar-face-color: #000000;
	scrollbar-track-color: #000000;
	scrollbar-arrow-color: #DCCA82;
	scrollbar-highlight-color: #DCCA82;
	scrollbar-3dlight-color: #000000;
	scrollbar-shadow-color: #857225;
	scrollbar-darkshadow-color: #000033;
	font-size: 14px;
	color: #FFFFFF;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	background-color: #000000;
	background-image: url(BK.jpg);
	background-attachment: scroll;
	background-repeat: repeat-x;
	background-position: center top;
	margin-top: 0px;
}
hr {
	color: #573E22;
	width: 90%;
}
table {
	font-size: 14px;
	color: #FF0000;
	border-top-width: thin;
	border-right-width: thin;
	border-bottom-width: thin;
	border-left-width: thin;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}


a:link {
	color: #FF0000;
	font-size: 14px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
a:visited {
	color: #FF0000;
	font-size: 14px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
a:hover {
	color: #ECCF8C;
	font-size: 14px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

