@charset "UTF-8";
/* CSS Document */

body,td,th {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	font-size: 9pt;
}
body {
	background-color: #000000;
	margin: 0px;
	padding: 0px;
}
a:link {
	color: #CC9900;
	text-decoration: underline;
}
a:visited {
	text-decoration: underline;
	color: #CC9900;
}
a:hover {
	text-decoration: none;
	color: #CC9900;
}
a:active {
	text-decoration: underline;
	color: #CC9900;
}
#FlashArea {
	height: 100px;
	width: 100%;
	position: absolute;
	margin-top: -310px;
	top: 50%;
}
