@import url("header.css");
@import url("channel.css");
@import url("newslist.css");
@import url("article.css");
@import url("commendnews.css");
body {
	margin: 0 auto;
	padding: 0px;
	>font-size /*IE5*/: 8pt;
	font-size: 9pt;/*Mozilla & IE6*/
	color: #333;
	font-family: Arial, Helvetica, sans-serif, "ËÎÌå";
	background-color: #fff;
	text-align: center;
}
form {
	margin: 0px;
}
ul,li {
	margin: 0px;
	padding: 0px;
	list-style: none;
}
a {
	color: #333;
	text-decoration: none;
}
a:hover {
	color: #f00;
	text-decoration: underline;
}
.boxclear {
	clear: both;
}
.webpath {
	margin: 0px 0px 5px 0px;
	padding: 3px 0px 0px 8px;
	background-color: #f5f5f5;	
	line-height: 22px;
	text-align: left;
}
.boxleft {
	float: left;
	overflow: auto;
}
.boxright {
	float: right;
	overflow: auto;
}
.box950 {
	margin: auto;
	width: 950px;
	background-color: #fff;
	overflow: hidden;
	display: block;
}
.ad950 {
	margin: 0px 0px 5px 0px;
	overflow: hidden;
	clear: both;
	text-align: left;
}
.ad760 {
	margin: 0px 0px 5px 0px;
	width: 760px;
	height: 90px;
	overflow: hidden;
	clear: both;
	text-align: left;
	float: left;
}
.ad470 {
	margin: 0px 0px 5px 0px;
	height: 60px;
	>width /*IE5*/: 470px;
	width: 468px;/*Mozilla & IE6*/
	border: #fff dashed 1px;
	overflow: hidden;
	clear: both;
	text-align: left;
}
.webbottommenu {
	color: #fff;
	height: 17px;
	background: #fff url(webbottombg.gif) repeat-x left top;
	text-align: center;
	>padding /*IE5*/: 9px 0px 2px 0px;
	padding: 8px 0px 0px 0px;/*Mozilla & IE6*/
}
.webbottommenu a{
	color: #fff;
	text-decoration: none;
}
.webbottommenu a:hover{
	color: #fff;
	text-decoration: underline;
}
.webcopyright {
	padding: 5px 0px 5px 0px;
	line-height: 20px;
	text-align: center;
}
#links {
	margin: 0px auto 5px auto;
	>width /*IE5*/: 950px;
	width: 948px;/*Mozilla & IE6*/
	font-size: 12px;
	line-height: 22px;
	border: #f90 solid 1px;
	background-color: #fff;
	overflow: auto;
	display: block;
	text-align: left;
}
#links ul{
	margin: 5px 0px 5px 12px;
	padding: 0px;
	list-style: none none;
}
#links li{
	padding: 0px;
	list-style: none none;
	width: 104px;
	float: left;
}