@charset "utf-8";
/* CSS Document */
html {
	overflow: auto;
}
body {
	background-color: #000000;
	margin: 0px;
}
body,td,th {
	color: #999999;
	font-family: Arial;
	font-size: 10px;
	font-weight: bold;
}
a:link {
	color: #999999;
	text-decoration: none;
}
a:visited {
	color: #999999;
	text-decoration: none;
}
a:hover {
	color: #EFEFEF;
	text-decoration: underline;
}
a:active {
	color: #EFEFEF;
	text-decoration: underline;
}
.flashArea {
	text-align: left;
	height:100%;
}
.style1 {
	font-size: 16px
}
