@charset "utf-8";
/* CSS Document */
html,body {
	height : 100%;
	color : #281F20;
	font : 12px Verdana, Arial, Helvetica, sans-serif;
	margin : auto;
}
table.bodytable {
	height:100%;
	width:100%;
	border:0;
}
body {
	background-color: #281F20;
}
a:hover  {
	color:	#FF9900;
	font-family:	Arial, Helvetica, sans-serif;
	font-weight:	bold;
	text-decoration:	underline;
}

a:link  {
	color:	#423E2F;
	font-family:	Arial, Helvetica, sans-serif;
	font-weight:	bold;
	text-decoration:	underline;
}

a:visited  {
	color:	#666666;
	font-family:	Arial, Helvetica, sans-serif;
}

a:active  {
	color:	#333300;
	font-family:	Arial, Helvetica, sans-serif;
	font-weight:	bold;
}

