@charset "utf-8";
* {
	margin: 0px;
	padding: 0px;
	border-style: none;
	outline: none;
}
html {
	overflow-y: scroll;
	overflow-x: auto;
}
body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #666666;
	background-color: #a0b966;
	line-height: 22px;
	background-image: url(../gfx/body_bg2.jpg);
	background-repeat: repeat-x;
	background-position: bottom;
}
.cleardiv {
	clear: both;
	float: none;
}
.hidden {
	position: absolute;
	left: -3000em;
	height: 0px;
	display: block;
}
