body, table, tr, td {
	font: 8pt tahoma; 
	color: #595959;
	letter-spacing: 1px;
	background: black url(bg.jpg) repeat-y fixed left;
}
body {
	background-color: #000000;
}
BODY {
	SCROLLBAR-FACE-COLOR: #0D0D0D; 
	SCROLLBAR-HIGHLIGHT-COLOR: #252525; 
	SCROLLBAR-SHADOW-COLOR: #000000; 
	SCROLLBAR-3DLIGHT-COLOR: #000000; 
	SCROLLBAR-ARROW-COLOR: #858585; 
	SCROLLBAR-TRACK-COLOR: #000000; 
	SCROLLBAR-DARKSHADOW-COLOR: #252525;
}
a:link, a:active, a:visited {
	font-weight: none;
	color: #767676;
}
a:hover {
	color: #C9C8C8;
}
input, textarea, option, select {
	background-color: #000000;
	font: 8pt arial;
	color: #858585;
	letter-spacing: 1px;
	border: 1px solid #858585;
	padding:2px; 
}
#maintext {
	width: 312px;
	top: 280px;
	left: 55px;
	position: absolute;
	text-align: justify;
	padding-left: 0;
	padding-right: 0;
	padding-top: 0;
	padding-bottom: 20px;
	margin: 0;
/*	margin-right: 0;
	margin-top: 0;
	margin-bottom: 10px;*/
}
h2	{
	color: #A0A0A0;
	font: 11pt georgia;
	font-weight: bold;
	width: 80%;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #7a7a7a;
	margin-bottom: 2px;
	margin-top: 2px;
	margin-left: 0px;
	margin-right: 0px;
	padding-bottom: 2px;
	padding-top: 2px;
	padding-right: 0px;
	padding-left: 10px;
}