@charset "utf-8";
body {
	background:url(../images/di.jpg); 
	background-position:top; 
	background-repeat:repeat-x; 
	font-size:12px;
}
.clear {
	clear: both;
	float: none;
	overflow: visible;
	visibility: visible;
	clip: rect(auto,auto,auto,auto);
	margin: 0px;
	padding: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
* {padding:0px; margin:0px}
img {
	border:none;
}
/**************** begin 菜单 create by zhyuanshan ******************/
.menu a 
{
	color:#FFFFFF;
	text-decoration:none;
}
.menu a:hover 
{
	color:#FFFFFF;
	text-decoration:underline;
}
.menuItem
{
	background-color:#146BBA;
	width:120px;
	text-align:left;
	padding-left:15px;
	border:solid 1px #0A4D85;
	font-size:14px;
	line-height: 23px;
}
.hoverMenuItem
{
	background-color:#0A589A;
	text-align:left;
	font-weight:bold;
}
/**************** end 菜单 **********************************/

/**************** begin 分页列表 create by zhyuanshan ******************/
.listHeader
{
	background-image:url(../images/topic_list.jpg);
	background-repeat:repeat-x;
}
.listPaging
{
	color:#333333;
	text-decoration:underline;
	font-size:14px;
}
/**************** end 分页列表 **********************************/

/**************** 超链接风格 **********************************/
a
{
	color:#333333;
	text-decoration:none;
}

a:hover
{
	color:#333333;
	text-decoration:underline;
}
/**************** end 超链接风格 **********************************/


