@charset "utf-8";
/* CSS Document */

body {
	margin:0;
	padding:0;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	background-color:#333333;
}
.nav {
	line-height:35px;
	font-size:12px;
	font-weight:bold;
}
.nav a {
	color:#333333;
	text-decoration:none;
	background-image:url(../images/nav_icon.gif);
	background-repeat:no-repeat;
	background-position:right center;
	/*height:23px;
	width:23px;*/
	padding:7px 40px 7px 0px;
}
.nav a:hover {
	color:#333333;
	text-decoration:underline;
	background-image:url(../images/nav_hovver_icon.gif);
	background-repeat:no-repeat;
	background-position:right;
	height:23px;
	width:23px;
	padding:7px 40px 7px 0px;
}
.newbg {
	background-image: url(../images/new_base.gif);
	background-repeat:repeat-x;
	height:10px;
}
.maintext {
	text-align:left;
	line-height:18px;
	color:#333333;
}
.paratext {
	text-align: justify;
	line-height:18px;
	color:#333333;
}
.heading {
	font-size:14px;
	font-weight:bold;
	padding:5px 0px 5px 0px;
}
.border {
	border-top: #CCCCCC solid 1px;
}
.footer {
	font-size:11px;
	color:#bbbbbb;
	background:#171717;
	line-height:35px;
	height:45px;
	border-top: #414141 solid 5px;
	padding:0px 10px 0px 10px;
}
.footer a{ 
	color:#bbbbbb;
	text-decoration:none;
}
.footer a:hover{ 
	color:#bbbbbb;
	text-decoration:underline;
}
.newbor { 
	border-collapse:collapse;
	border:#666666 solid 1px;
	padding:1px;
}


.wimage {
	float:left;
	padding:0px 10px 0px 0px;
}