@charset "gb2312";
body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	/*background-color:#E5E5E5;
	background-image: url(../images/back.gif);*/
	/* 自定义滚动条 需要删除DOCTYPE声明
	SCROLLBAR-FACE-COLOR: #f892cc; //滚动条凸出部分的颜色
	SCROLLBAR-HIGHLIGHT-COLOR: #f256c6; //滚动条空白部分的颜色
	SCROLLBAR-SHADOW-COLOR: #fd76c2; //立体滚动条阴影的颜色
	SCROLLBAR-3DLIGHT-COLOR: #fd76c2; //滚动条亮边的颜色
	SCROLLBAR-ARROW-COLOR: #fd76c2; //上下按钮上三角箭头的颜色
	SCROLLBAR-TRACK-COLOR: #fd76c2; //滚动条的背景颜色
	SCROLLBAR-DARKSHADOW-COLOR: #f629b9; //滚动条强阴影的颜色
	SCROLLBAR-BASE-COLOR: #e9cfe0; //滚动条的基本颜色*/
}

td,th{
	COLOR: #000000;
	Font-family:Verdana, Arial, Helvetica, Sans-serif, "宋体";
	font-size: 12px;
	line-height: 20px;	
}

text-decoration: underline;
}
/* 首页版权样式 */
.index,a.index:link,a.index:visited {
	font-size: 12px;
	line-height: 20px;
	color: #F76402;
	text-decoration: none;
}
a.index:hover {
	font-size: 12px;
	line-height: 20px;
	color: #F76402;
	text-decoration:underline;
}
/* 版权样式 */
.copy,a.copy:link,a.copy:visited {
	font-size: 12px;
	line-height: 20px;
	color: #7F7F7F;
	text-decoration: none;
}
a.copy:hover {
	font-size: 12px;
	line-height: 20px;
	color: #F76402;
	text-decoration:none;
}

/* 粗体文字 */
.b {
	font-weight: bold;
}