/* CSS Document */
body{
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	background-image:url(../images/body_bg.jpg);
	background-repeat:repeat-x;
	background-color:#4396CA;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;

}
.cnter{
	background-image:url(../images/center_bg.jpg);
	background-repeat:repeat-x;
	}
	
.texthdr{
	font-size:14px;
	font-weight:bold;
	color:#0294DF;
	}
	
input{
	height:12px;
	font-size:11px;
	}
	
.topBarText {
	font-family: Tahoma;
	font-size: 11px;
	font-weight: bold;
	color: #000000;
	text-decoration: none;

}
.topBarText:hover {

	font-family: Tahoma;
	font-size: 11px;
	font-weight: bold;
	color: #0287CE;
	text-decoration: none;
}


.topBarText1 {
	font-family: Tahoma;
	font-size: 10px;
	font-weight: normal;
	color: #000000;
	text-decoration: none;

}
.topBarText1:hover {

	font-family: Tahoma;
	font-size: 10px;
	font-weight:normal;
	color: #0287CE;
	text-decoration: none;
}



.copy{
font-size:10px;
}

.br{
	border:1px;
	border-color:#FFFFFF;
	border-style:solid;
}


.b_td{
	background-image:url(../images/b_bg.jpg);
	background-repeat:repeat-x;
	background-color:#D3DBDE;
	}
	
.sub_but{
	background-image:url(../images/bt_submit.jpg);
	background-repeat: repeat-x;
	height:22px; 
	width:55px;
	color:#FFFFFF;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	font-weight:bold;
}