/* --链接控制类-- */

/* 一般情况 */
a {
	text-decoration: none;
    color: #000000;
}
a:link   {   
  COLOR:   #000000;   TEXT-DECORATION:   none   
  }   
  a:hover   {   
  COLOR:   #000000;   TEXT-DECORATION:   none   
  }   
  a:visited   {   
  COLOR:   #000000;   TEXT-DECORATION:   none   
  }
/* 鼠标在链接上 */
a:hover {
	color:#000000;
    text-decoration:underline;
}
/* 一般情况(顶部菜单) */
A.top_menu {
	text-decoration: none;
    color: #000000;
}
/* 鼠标在链接上(顶部菜单) */
A.top_menu:hover {
	text-decoration:none;
	color:#000000;
}
/* 一般情况(顶部菜单) */
A.btn:hover{
	text-decoration:none;
    color: #000000;
}

/* --页面主体控制类-- */
/*页面样式*/
body.index{
	background-image:url(../images/bg.gif);
	background-repeat:repeat;
	background-color:#FFFFFF;
	background-attachment:fixed;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}
TD{ font-family:宋体; font-size: 12px; line-height: 18px; color:#000000}
.wenzi {
	font-family: "宋体";
	font-size: 12px;
	line-height: 20px;
	color:#000000;
	text-decoration: none;
	font-weight:bold;
}
.wenzi2 {
	font-family: "宋体";
	font-size: 12px;
	line-height: 20px;
	color:#000000;
	text-decoration: none;
}
.dot {
	font-family: "宋体";
	font-size: 12px;
	line-height: 20px;
	color:#FF9600;
	text-decoration: none;
}
/*重要信息*/
.important {
	color:#FF9600;
}
/*文章标题*/
.title{
	font-family: "宋体";
	font-size: 16px;
	line-height: 140%;
	font-weight:bold;
	color:#000000;
}
.input {
	border: 1px solid #CCCCCC;
	margin: 1px;
	padding: 2px;
	font-family: "宋体";
	font-size: 12px;
	background-color: #F6F6F6;
	height:18px;
	width:106px;
	}
	
.input1 {
	border: 1px solid #CCCCCC;
	margin: 1px;
	padding: 2px;
	font-family: "宋体";
	font-size: 12px;
	background-color: #F6F6F6;
	height:20px;
	width:116px;
	}

/*--表格控制类--*/
/*表格字体*/
table,td,tr
{
	line-height:140%; 
} 
