/* CSS Document */ 
body {
	SCROLLBAR-FACE-COLOR: #044A14;
	SCROLLBAR-HIGHLIGHT-COLOR: #064214;
	SCROLLBAR-SHADOW-COLOR: #064214;
	SCROLLBAR-3DLIGHT-COLOR: #0C7824;
	SCROLLBAR-ARROW-COLOR:  #EBC989;
	SCROLLBAR-TRACK-COLOR: #020202;
	SCROLLBAR-DARKSHADOW-COLOR: #064214;
	font-size: 14px;
	color: #EBC989;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	background-color: #04280C;
}
table {
	font-size: 14px;
	color: #EBC989;
	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: #EBC989;
	text-decoration: underline;
}
a:visited {
	color: #EBC989;
}

a:hover {
	color: #00FF00;
	text-decoration: underline;
}
