

/* 网站链接总的CSS定义:可定义内容为链接字体颜色、样式等 */
a{text-decoration: none;} /* 链接无下划线,有为underline */ 
a:link {color: #000000;} /* 未访问的链接 */
a:visited {color: #333333;} /* 已访问的链接 */
a:hover{COLOR: #AE0927;} /* 鼠标在链接上 */ 
a:active {color: #0000ff;} /* 点击激活链接 */

/* Body的CSS定义:对应CSS中“BODY”，可定义内容为网页字体颜色、背景、浏览器边框等 */
BODY
{
margin:0px;
margin-top:4px;
margin-bottom:4px;
FONT-SIZE: 9pt;
/*background:url(/Skin/blue/bg_all.gif);
background-position:center;*/
text-decoration: none;
SCROLLBAR-FACE-COLOR: #f6f6f6;
SCROLLBAR-HIGHLIGHT-COLOR: #ffffff; SCROLLBAR-SHADOW-COLOR: #cccccc; SCROLLBAR-3DLIGHT-COLOR: #cccccc; SCROLLBAR-ARROW-COLOR: #330000; SCROLLBAR-TRACK-COLOR: #f6f6f6; SCROLLBAR-DARKSHADOW-COLOR: #ffffff;
}

TD
{
FONT-FAMILY:宋体;FONT-SIZE: 9pt;line-height: 150%; 
}

.top1{font-size:12px; color:#666666;}
.top1 a:link{color:#666666; text-decoration:none;}
.top1 a:visited{color:#666666; text-decoration:none;}
.top1 a:hover{color:#666666; text-decoration:underline;}

.zi{font-size:12px; color:#666666; height:20px;}
.nr{font-size:12px; color:#666666; line-height:21px;}


.foot{font-size:12.5px; color:#000000;}
.foot a:link{color:#000000; text-decoration:none;}
.foot a:visited{color:#000000; text-decoration:none;}
.foot a:hover{color:#000000; text-decoration:none;}

.lan_font {font-size:13px; color:#000000;}

.men{font-size:12px; color:#818375;}
.men a:link{color:#818375; text-decoration:none;}
.men a:visited{color:#818375; text-decoration:none;}
.men a:hover{color:#0054A6; text-decoration:none;}

.yq{font-size:13px; color:#EF047F;}
.tit{font-size:16px; color:#EF047F;}
body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}

.c1{height:22px; line-height:22px;}
.c3{height:22px; line-height:22px;}
.c0{height:22px; line-height:22px;}
.c2{height:21px; line-height:21px;}