@charset "utf-8";
body {
	margin: 0px;
	padding: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 14px;
	color: #C9C9C9;
	text-decoration: none;
	background-color: #212121;
	background-image: url(bg.jpg);
	background-repeat: repeat;
	background-position: top;
}
.header {
	font-family: Tahoma;
	font-size: 14px;
	color: #688E00;
	text-decoration: none;
}
.bodylinks {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #C9C9C9;
	text-decoration: underline;
}
.bodylinks:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #C9C9C9;
	text-decoration: none;
}
.contentscroll {
	width:600px;
	overflow:auto;
	padding-right:5px;
	scrollbar-face-color: #000000;
	scrollbar-highlight-color: #141413;
	scrollbar-3dlight-color: #141413;
	scrollbar-darkshadow-color: #000000;
	scrollbar-shadow-color: #000000;
	scrollbar-arrow-color: #ffffff;
	scrollbar-track-color: #444444;
	height: 200px;
	z-index: auto;
	background-repeat: no-repeat;
	clear: left;
}
