body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-color: #000000;
}

body,td,th {
	font-family: Helvetica Neue, Arial, Helvetica, sans-serif;
	color: #EAE3E3;
	font-size: 10pt;
}

#top {
	height: 20px;
	width: 600px;
	top: 50%;
	left: 50%;
	margin-top: -220px;
	margin-left: -300px;
	position: absolute;
	text-align: right;
}

#content {
	height: 380px;
	width: 600px;
	top: 50%;
	left: 50%;
	margin-top: -190px;
	margin-left: -300px;
	position: absolute;
	border: 1px solid #CCCCCC;
	padding: 5px;
}

#content img {
	margin-top: 5px;
	margin-bottom: 5px;
}

a:link {
	color: #FF3300;
	text-decoration: none;
}
a:visited {
	color: #FF0000;
	text-decoration: none;
}
a:hover {
	color: #FF6600;
	text-decoration: underline;
}
