/*--自动生效类--*/
BODY {
	SCROLLBAR-FACE-COLOR: #eeeeee;
	SCROLLBAR-HIGHLIGHT-COLOR: #ffffff;
	SCROLLBAR-SHADOW-COLOR: gray;
	SCROLLBAR-3DLIGHT-COLOR: gray;	
	SCROLLBAR-ARROW-COLOR: #999999;
	SCROLLBAR-TRACK-COLOR: #f4f4f4;	
	SCROLLBAR-DARKSHADOW-COLOR: #ffffff;
}
/* --链接控制类-- */

/* 一般情况 */
A {
	text-decoration: none;
    color: #000000;
}
/* 鼠标在链接上 */
A:hover {
	color:#003399;
    text-decoration:underline;
}
/* 一般情况 */
A.news{
	text-decoration: none;
    color: #444444;
	font-weight: bold;

}
/* 鼠标在链接上 */
A.news:hover {
	text-decoration: none;
	color:#A92F00;
    font-weight: bold;
}
/* 一般情况(顶部菜单) */
A.top_menu {
	text-decoration: none;
    color: #ffffff;
}
/* 鼠标在链接上(顶部菜单) */
A.top_menu:hover {
	text-decoration:underline;
	color:#FFFFCC;
	font-weight:normal;
}
/* --页面主体控制类-- */
TD{ font-family:宋体; font-size: 12px; line-height: 22px;}
.wenzi {
	font-family: "宋体";
	font-size: 12px;
	line-height: 20px;
	color:#B75734;
	text-decoration: none;
	font-weight:bold;
}
.wenzi2 {
	font-family: "宋体";
	font-size: 14px;
	line-height: 20px;
	color:#C33300;
	text-decoration: none;
	font-weight: bold;
}
p.title{font-size:16px;font-weight:bold;}
p{line-height:20px;}