@charset "utf-8";
* {
	margin: 0px;
	padding: 0px;
	border-style: none;
	outline: none;
}
html {
	overflow-y: scroll;
	overflow-x: auto;
}
body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 18px;
	color: #FFFFFF;
}
.ClearDiv {
	clear: both;
	float: none;
}
.hidden {
	position: absolute;
	left: -3000em;
	height: 0px;
	display: block;
}