/* CSS Document */

body,td,th {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #FFFFFF;
}
body {
	background-color: #23353e;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	scrollbar-face-color:#286B74;
scrollbar-highlight-color:#FFFFFF;
scrollbar-3dlight-color:#0B1316;
scrollbar-darkshadow-color:#0B1215;
scrollbar-shadow-color:#EBF4F5;
scrollbar-arrow-color:#FFFFFF;
scrollbar-track-color:#000000;
}

.lhs{
	background-attachment: fixed;	
	background-image: url(../images/lhs.gif);
	background-repeat: no-repeat;
	background-position: right top;
}
.rhs{
	background-attachment: fixed;	
	background-image: url(../images/rhs.gif);
	background-repeat: no-repeat;
	background-position: left top;
}

.bodybg {
	background-attachment: fixed;
	background-image: url(../images/pagebg.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}
