/* CSS Document */
body,form,div,ul,li{
	margin: 0px;
	font-family: "ËÎÌå";
	text-decoration: none;
	padding: 0px;
	font-size: 12px;
	list-style-type: none;
	background-color: #000000;
}
#mainbody {width:1003px;position: relative;margin-right: auto;margin-left: auto;}
.div{width:1003px; margin-top:5px;}
.center{text-align:center; width:1003px; margin-top:5px;}
a.white:link,a.white:visited {
	font-size: 18px;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
}
a.white:hover,a.white:active {
	font-size: 18px;
	font-weight: bold;
	color: #FF0000;
	text-decoration: none;
}
.size{
     width:983px;
	line-height:24px;
	color:#FFFFFF;
	text-align: left;
	font-size: 13px;
	padding-top:8px;
	padding-left:10px;
	padding-right:10px;
	
}
.red{color:#FF0000; }
.whiter{color:#FFFFFF;font-weight: bold;}
.bt{
	width:1003px;
	margin-top:10px;
	margin-bottom:10px;
	height:20px;
	padding-top:5px;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: ridge;
	border-right-style: none;
	border-bottom-style: ridge;
	border-left-style: none;
	border-top-color: #00FF00;
	border-bottom-color: #00FF00;
}
.dh{
	width:1003px;
	height:20px;
	padding-top:8px;
	background-color:#0132CC;
	font-size:14px;
	color:#FFFFFF;
	font-weight: bold;
	margin-top:5px;
}