/* CSS Document */ 
body {
	SCROLLBAR-FACE-COLOR: #511515;
	SCROLLBAR-HIGHLIGHT-COLOR: #4B0F0F;
	SCROLLBAR-SHADOW-COLOR: #4E351D;
	SCROLLBAR-3DLIGHT-COLOR: #DDCEA3;
	SCROLLBAR-ARROW-COLOR:  #EBC989;
	SCROLLBAR-TRACK-COLOR: #420D0D;
	SCROLLBAR-DARKSHADOW-COLOR: #2E0A0A;
	font-size: 14px;
	color: #EBC989;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	background-color: #420D0D;
}
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: #BF2D28;
	text-decoration: underline;
}
