/* CSS Document */

/*超连接一，class=navText，写在<a 里>*/
a.navText:link,a.navText:visited,a.navText:active { /*主导航栏*/
	/*font-family:"宋体";*/
	font-size:12px;
	color:#CCCCCC;
	text-decoration: none;
	font-weight: bold;
	/*line-height:16px;*/
	}

a.navText:hover {
    font-size:12px;
	color:#FFFFFF;
	text-decoration: none;
	font-weight: bold;

}



/*超连接二 class=mm,写在<a 里>*/
a.mm:link,a.mm:visited,a.mm:active { /*主导航栏*/
	/*font-family:"宋体";*/
	font-size:12px;
	color:#FFFFFF;
	text-decoration: none;
	/*line-height:16px;*/
	}

a.mm:hover {
    font-size:12px;
	color:#474647;
	text-decoration: none;

}

a.news:link,a.news:visited,a.news:active { /*主导航栏*/
	/*font-family:"宋体";*/
	font-size:12px;
	color:#434343;
	text-decoration: none;
	/*line-height:16px;*/
	}

a.news:hover {
    font-size:12px;
	color:#F65607;
	text-decoration: none;

}


a.more:link,a.more:visited,a.more:active { /*主导航栏*/
	/*font-family:"宋体";*/
	font-size:12px;
	color:#3578C6;
	text-decoration: none;
	/*line-height:16px;*/
	}

a.more:hover {
    font-size:12px;
	color:#F65607;
	text-decoration: none;

}

/*超连接上中农 class=mm,写在<a 里>*/
a.nn:link,a.nn:visited,a.nnactive { /*主导航栏*/
	/*font-family:"宋体";*/
	font-size:12px;
	color:#FA4B0E;
	font-weight: bold;
	text-decoration: none;
	/*line-height:16px;*/
	}

a.nn:hover {
    font-size:12px;
	color:#353535;
	font-weight: bold;
	text-decoration: none;

}