/* CSS Document */
body { text-align: center; font-family:Helvetica,Arial,sans-serif, "宋体";margin:0; padding:0; background: #FFF; font-size:12px; color:#000;}
div,form,img,ul,ol,li,dl,dt,dd {margin: 0; padding: 0; border: 0;}
h1,h2,h3,h4,h5,h6 { margin:0; padding:0;}
table,td,tr,th{font-size:12px;}


span {cursor:pointer;}
/* 链接颜色 */
a:link {color: #000; text-decoration:none;}
a:visited {color: #000;text-decoration:none;}
a:hover {color: #FC5012; text-decoration:underline;}
a:active {color: #000;}
/* 颜色属性 [定义规则，小写c加颜色名称] */
.cBlue,a.cBlue:link,a.cBlue:visited{ color:#012877}
.cYellow,a.cYellow:link,a.cYellow:visited{ color:#FC5012; }
.cDRed,a.cDRed:link,a.cDRed:visited{ color:#f00;}
.cGray,a.cGray:link,a.cGray:visited{ color: #656565;}
.cWhite,a.cWhite:link,a.cWhite:visited{ color:#fff;}



/* 字体属性 [定义规则，小写f加属性名称] */
.fB {font-weight: bold;}
.fI {font-style: italic;}


/* 字体大小*/
.f12px{ font-size:12px;}
.f14px{ font-size:14px;}

/* 其他属性 */
.left{ float: left;}
.right{ float: right;}
.cent{ text-align:center;}
.clear{ clear: both; font-size:1px; width:1px; height:0; visibility: hidden; }
.hidden {display: none;}


.unLine ,.unLine a{text-decoration: none;}
.noBorder{border:none;	}

.l300{ line-height:300%}

/* 友情链接 */
#foot{ clear:both; width:auto;}
#foot table{ width:100%}
#foot td{ height:25px; text-align:center}