/* 全局CSS定义 */
body {text-align:center;font-family: 宋体, serif;  margin:0; padding:0; background: #ffffff; 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; }
li{list-style-type:none;}

h1{margin:0; padding:0;font-size:24px; color:#000;font-weight: bold;}

.b1{font-size: 12pt; font-family:"Verdana", "Arial", "宋体";}
.b2{font-size: 7pt; font-family:"Verdana", "Arial", "宋体";}
.b3{font-size: 18pt; font-family:"Verdana", "Arial", "宋体";}

/* 链接颜色 */
a:link {color: #000; text-decoration:none;}
a:visited {color: #000;text-decoration:none;}
a:hover {color: red; text-decoration:underline;}
a:active {color: #000;}

/* 颜色属性 [定义规则，小写c加颜色名称] */
.cRed,a.cRed:link,a.cRed:visited{ color:Red; }
.cRed1,a.cRed1:link,a.cRed1:visited{ color:#C80000; }
.cRed2,a.cRed2:link,a.cRed2:visited{ color:#410801; }
.cBlue,a.cBlue:link,a.cBlue:visited{color:#07519A;}
a.cBlue:hover{color:red;}
.cDRed,a.cDRed:link,a.cDRed:visited{ color:#bc2931;}
.cGray,a.cGray:link,a.cGray:visited{ color: #4F544D;}
.cDGray,a.cDGray:link,a.cDGray:visited{ color: #666;}
.cWhite,a.cWhite:link,a.cWhite:visited{ color:#fff;}
.cBlack,a.cBlack:link,a.cBlack:visited{color:#000;}
a.cBlack:hover{color:red;}
.cYellow,a.cYellow:link,a.cYellow:visited{color:#ff0;}
.cEE5,a.cEE5:link,a.cEE5:visited{color:#EE5F00;}
.c184,a.c184:link,a.c184:visited{color:#184D99;}
a.c184:hover{color:red;}
.c467,a.c467:link,a.c467:visited{color:#467B09;}
.c929,a.c929:link,a.c929:visited{color:#929292;}
a.c929:hover{color:red;}
.c992,a.c992:link,a.c992:visited{color:#99263F;}

/* 字体属性 [定义规则，小写f加属性名称] */
.fB {font-weight: bold;}
.fI {font-style: italic;}

/* 字体大小*/
.f12px{ font-size:12px;}
.f14px{ font-size:14px;}

/* 其他属性 */
.left{ float: left;}
.right{ float: right;}
.clear{ clear: both; font-size:1px; width:1px; height:0px; overflow:hidden; visibility: hidden; }
.hidden {display: none;}
.unLine ,.unLine a{text-decoration: none;}
.noBorder{border:none;}

/* 页脚 */
.foot{margin:0 auto; width:750px; line-height:160%;}
.foot .text{padding:3px 0 6px; border-bottom:1px solid #000; margin:0 0 5px;}
.foot a:visited{color:#000;}

/* 通用空白间距 */
.blank3{ height:3px; font-size:1px; width:100%; clear:both; overflow:hidden;}
.blank6{ height:6px; font-size:1px; width:100%; clear:both;overflow:hidden;}
.blank9{ height:9px; font-size:1px; width:100%; clear:both;overflow:hidden;}
.blank12{ height:12px; font-size:1px; width:100%; clear:both;overflow:hidden;}
.blank9w{ height:9px; font-size:1px; width:100%;  clear:both; background:#fff;overflow:hidden;}
.blank15{ height:15px; font-size:1px; width:100%; clear:both;overflow:hidden;}
.blank20{ height:20px; font-size:1px; width:100%; clear:both;overflow:hidden;}

.inBg1{ height:19px; border:1px solid #ffffff;background:#ffffff;}


