body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-color: #000000;

	overflow-x: hidden;
	/* overflow-y: hidden; */
}
body,td,th {
	font-family: verdana;
	font-size: 11px;
	color: #FFFFFF;
}
input, textarea {
	border:1;
	font-size:11px;
}
a:link {
	color: #FFFFFF;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #FFFFFF;
}
a:hover {
	text-decoration: none;
	color: #FF6902;
}
a:active {
	text-decoration: none;
	color: #FF6902;
}
#Layer1 {
	position:absolute;
	width:760px;
	height:360px;
	z-index:1;
	overflow: auto;
}
.style1 {
	color: #FF6600
}