@charset "ISO-8859-1";

body {
	background-color: #000000;
	margin-left:-400px;
	margin-top:-300px;
	width:800px;
	height:600px;
	position:absolute;
	left:50%;
	margin-left:-400px;
	top:50%;
	margin-top:-300px;
}
td,th {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #FFFFFF;
}
a {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #ebb410;
	text-decoration:none;
}
a:visited {
	color: #957000;
}
a:hover {
	color: #957000;
}
a:active {
	color: #957000;
}
h1,h2,h3,h4 {
	font-family: Lucida, Arial, Verdana, sans-serif;
	color: #ebb410;
	font-weight: bold;
	padding: 0px;
	margin: 0px;
}
h1 {
	font-size: 18px;
}
h2 {
	font-size: 16px;
}
h3 {
	font-size: 16px;
}
h4 {
	font-size: 12px;
}
.note {
	font-size: 10px;
	color: #e4e4e4;
}
.bold {
	font-size: 12px;
	color: #ebb410;
	font-weight: bold;
}