@charset "utf-8";
a {
	text-decoration: none;
	color: #999999
}
a:hover {
	color: #CCCCCC;
}
html {
		height: 100%;
		overflow: hidden;
}
body,td,th {
	color: #666666;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	}
body {
		height: 100%;
		margin: 0;
		padding: 0;
		background-color: #000000;
}
#flashcontent {
	height: 100%;
}