/* CSS Document */
body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}
.index-bodyimg{
	background-image:url(../images/index-bodyimg.jpg);
	background-repeat:no-repeat;
	width:536px;
	height:203px;
}
.index-normaltext{
	font-family:Tahoma;
	font-size:12px;
	font-weight:normal;
	color:#FFFFFF;
	text-decoration:none;
	text-align:justify;
}
.index-normaltext2{
	font-family:Alba;
	font-size:12px;
	
	color:#FFFFFF;
	text-decoration:none;
	text-align:justify;
}
.body-right-bg{
	background-image:url(../images/body-right-bg.jpg);
	background-repeat:no-repeat;
	width:470px;
	height:380px;
}
/*------scrollbar------*/
#Layer1 {
	position:absolute;
	width:402px;
	height:375px;
	z-index:1;
	overflow-y: auto;
	overflow-x:hidden;
	padding-left:10px;
}
#Layer2 {
	position:absolute;
	width:430px;
	height:250px;
	z-index:2;
	overflow-y: auto;
	overflow-x:hidden;
	padding-left:10px;
}

.scroll{
scrollbar-face-color:#0a506f;
scrollbar-arrow-color:#ffffff;
scrollbar-track-color:#287e9c;
scrollbar-shadow-color:#2881a0;
scrollbar-highlight-color:#2881a0;
scrollbar-3dlight-color:#2881a0;
scrollbar-darkshadow-Color:#2881a0;
}
/*--------datatable-------*/
.tableborder{
	border-top:1px solid #0a506f;
	border-left:1px solid #0a506f;
	border-right:1px solid #0a506f;
	border-bottom:1px solid #0a506f;
}
.datatablebg{
	background-image:url(../images/datatable-bg.gif);
	background-repeat:repeat-x;
	height:26px;
}
.datatablebgbottom{
	background-image:url(../images/datatable-bgbottom.gif);
	background-repeat:repeat-x;
	height:12px;
}

.whiteBg {
	background-color: #287e9c;
	border:1px solid #0a506f;
}
.yellowBg {

	background-color: #9dc4d1;
	border:1px solid #0a506f;
}
.datatableheader{
	font-family:"Trebuchet MS";
	font-size:14px;
	font-weight:bold;
	color:#0a506f;
	text-decoration:none;
}
.datatableheader2{
	font-family:"Trebuchet MS";
	font-size:14px;
	color:#0a506f;
	text-decoration:none;
}
/*---------footer-------*/
.footer-bg{
	background-image:url(../images/footer-bg.gif);
	background-repeat:repeat-x;
	height:40px;
}
.footermenu{
	font-family:Tahoma;
	font-size:11px;
	font-weight:normal;
	color:#1caed5;
	text-decoration:none;
}
.footermenu:hover{
	font-family:Tahoma;
	font-size:11px;
	font-weight:normal;
	color:#1caed5;
	text-decoration:none;
}

.copyright{
	font-family:Tahoma;
	font-size:11px;
	font-weight:normal;
	color:#1caed5;
	text-decoration:none;
}

