@charset "utf-8";
/* CSS Document */

body {
	margin:5px 0px 0px 0px;
	padding:0;
	background-color:#333333;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px
}
form {
	margin:0;
	padding:;
}
div {
	margin:0px;
	padding:0px;
}
.topnav { 
	background-image:url(../images/topnav_base.gif);
	background-repeat:repeat-x;
	height:72px;
}
.bannerbase {
	background-image:url(../images/banner_base.gif);
	background-repeat:repeat-x;
	height:277px;
}
.logincen {
	background-image:url(../images/login_center.gif);
	background-repeat:repeat-y;
	width:313px;
}
.maintxt {
	text-align:left;
	line-height:18px;
	padding-bottom:10px;
	color: #4E422C;
}
.paratxt {
	text-align:justify;
	line-height:18px;
	padding-bottom:10px;
	color: #4E422C;
}
.head1 {
	text-align:left;
	line-height:18px;
	font-size:14px;
	padding-bottom:10px;
	color: #4E422C;
}
.footer {
	line-height:35px;
	font-size:11px;
	text-align:center;
	color:#000000;
	background-color:#585858;
}
.footer {
	line-height:18px;
	font-size:11px;
	text-align:center;
	color:#d3d3d3;
	background-color:#585858;
}
#topnav {
	margin:0;
	padding:0;
	list-style-type:none;
}
.topnavigation{
	color: #4f4e4e;
	font-weight:bold;
	font-size:12px;
}
.topnavigation a{
	text-decoration:underline;
	color:#4f4e4e;
}
.topnavigation a:hover{
	text-decoration:none;
	color:#4f4e4e;
}
.newbor { 
	border-collapse:collapse;
	border:#666666 solid 1px;
	padding:3px;
}
.footer a {
	color:#CCCCCC;
	text-decoration:underline;
}
.footer a:hover {
	color:#FFFFFF;
	text-decoration:none;
}