.scroll {
scrollbar-face-color: #EAE6E5; 
scrollbar-3dlight-color: #FFFFFF; 
scrollbar-arrow-color: #535240; 
scrollbar-darkshadow-color: #C9C99E;
scrollbar-highlight-color: #FFFFFF; 
scrollbar-shadow-color: #C9C99E;
scrollbar-track-color: #C9C99E;
overflow-y:scroll;
overflow-x:hidden;
width:100%; height:260px;
overflow:-moz-scrollbars-vertical; 
padding: 8px;
}
.scroll1 {
scrollbar-face-color: #EAE6E5; 
scrollbar-3dlight-color: #FFFFFF; 
scrollbar-arrow-color: #535240; 
scrollbar-darkshadow-color: #C9C99E;
scrollbar-highlight-color: #FFFFFF; 
scrollbar-shadow-color: #C9C99E;
scrollbar-track-color: #C9C99E;
overflow-y:scroll;
overflow-x:hidden;
width:100%; height:300px;
overflow:-moz-scrollbars-vertical; 
padding: 8px;
}
.scroll2 {
scrollbar-face-color: #EAE6E5; 
scrollbar-3dlight-color: #FFFFFF; 
scrollbar-arrow-color: #535240; 
scrollbar-darkshadow-color: #C9C99E;
scrollbar-highlight-color: #FFFFFF; 
scrollbar-shadow-color: #C9C99E;
scrollbar-track-color: #C9C99E;
overflow-y:scroll;
overflow-x:hidden;
width:95%; height:300px;
overflow:-moz-scrollbars-vertical; 
padding: 8px;
}
.back1 {
	background-image: url(images/back1.jpg);
	background-repeat: no-repeat;
	background-position: right top;
}
.back2 {
	background-image: url(images/back2.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}
.cellback {
	background-image: url(images/back_body.gif);
	background-repeat: no-repeat;
	background-position: left top;
}
.main {
	font-family: "Times New Roman", Times, serif;
	font-size: 14px;
	font-weight: bold;
	color: #000000;
	text-decoration: none;
	line-height: 24px;
}
.main_gray {
	font-family: "Times New Roman", Times, serif;
	font-size: 12px;
	font-weight: bold;
	color: #666666;
	text-decoration: none;
	line-height: 24px;
}
.main a:hover {
	font-family: "Times New Roman", Times, serif;
	font-size: 14px;
	font-weight: bold;
	color: #000000;
	line-height: 24px;
	text-decoration: underline;
	}

.title {
	font-family: "Times New Roman";
	font-size: 15px;
	font-weight: bolder;
	text-transform: uppercase;
	color: #3A2520;
	font-style: normal;
	text-decoration: underline;
}
.title_noline {
	font-family: "Times New Roman";
	font-size: 15px;
	font-weight: bolder;
	text-transform: uppercase;
	color: #3A2520;
	font-style: normal;
	text-decoration: none;
}
.title a:hover {
	font-family: "Times New Roman";
	font-size: 15px;
	font-weight: bolder;
	text-transform: uppercase;
	color: #3A2520;
	font-style: normal;
	text-decoration: underline;
}
.field {
	font-family: "Times New Roman";
	font-size: 13px;
	color: #000000;
	background-color: #E0E0CF;
	border: 1px solid #75756C;
	font-weight: normal;

}
.mainlg {
	font-family: "Times New Roman", Times, serif;
	font-size: 14px;
	color: #000000;
	font-style: normal;
	font-weight: bold;
	text-decoration: underline;
}

.footer {
	font-family: "Times New Roman", Times, serif;
	font-size: 10px;
	font-weight: normal;
	color: #999999;
	text-decoration: none;
}
.footer a {
	font-family: "Times New Roman", Times, serif;
	font-size: 10px;
	font-weight: normal;
	color: #999999;
	text-decoration: underline;
	}

.footer a:hover {
	font-family: "Times New Roman", Times, serif;
	font-size: 10px;
	font-weight: normal;
	color: #999999;
	text-decoration: underline;
	}
.footer a:visited {
	font-family: "Times New Roman", Times, serif;
	font-size: 10px;
	font-weight: normal;
	color: #999999;
	text-decoration: underline;
	}
body {	
 margin:0px;
	background-color:#000000; }