body{
	width: 100%;
	height: 100%;
	text-align: center;
	vertical-align: middle;
	margin: 0px;
	background: Black;
}

.MainArea{
	font-family: Arial;
	font-size: 9pt;
	color: white;
	margin-left: 20px; margin-right: 20px;
	margin-top: 18px; margin-bottom: 18px;
	text-align: left;
}
.but{
	border: 0px;
	margin-right: 8px;
	vertical-align: bottom;
}
.scroll{
	width: 740px; height: 418px;
	overflow: auto;
	scrollbar-face-color: #1F224F;
	scrollbar-highlight-color: #20276C;
	scrollbar-shadow-color: #000000;
	scrollbar-3dlight-color: #0A0D3A;
	scrollbar-arrow-color:  #D0D0D0;
	scrollbar-track-color: #0A0D3A;
   scrollbar-darkshadow-color: #0A0D3A;
}
A{
	color: white;
	text-decoration: none;
}
A:hover{
	text-decoration: underline;
}
.topmenu {
	font-family: Arial;
	font-size: 14px;
	color: white;
	font-weight: bold;
}