@charset "utf-8";

/**
颜色值:
#A10000  红色
#F1F1F1 淡灰(border)
#997D31 深黄色
#C2B182 淡黄色
#292424 主menu黑色
#5F5B5B sidebar title 黑色
#666    字体颜色(淡灰)
#E6E3DD sidebar 背景色(黄系)
#bcb19a 滚动背景色
*/

/* Global */
html,body {margin:0px;height:100%; font-size:13px;}
body{font-family:"宋体",Verdana;font-size: 12px;line-height: 22px; color:#444444;}
.clear { clear:both; }
.fl { float: left; }
.fr { float: right;}
a{ text-decoration: none; color:#000}
a:hover{color:#C00;text-decoration:underline}
.a1{ text-decoration: none; color:#A10000}
.a1:hover{color:#333;text-decoration:underline}
ul,li,dl,dt,dd,h1,h2,h3,h4,h5,p,form,em,span,strong{ margin:0; padding:0; list-style:none}
em,strong,p{ font-style:normal;}
table,img{border:0;padding:0;margin:0;}
hr.dotted {border-color: #CCCCCC;border-style:none none dashed;border-width:0 0 1px;height:1px;}
hr.solid {border-color: #CCCCCC;border-style:none none solid;border-width:0 0 1px;height:1px;}
h2.title { background: #5F5B5B; color:#FFF;font-size: 14px;height: 25px;line-height: 25px; margin:0;padding:0; padding-left:5px;font-weight: normal;}
.xoh{ overflow:hidden;}
.xl{ float:left;}
.xr{ float:right;}
.xb{ margin-bottom:10px;}
.wa { width:auto !important;}
input.btns { background: url("/images/btnt.gif") no-repeat scroll center transparent;  border: medium none; color: #FFFFFF; font-size: 16px; font-weight: bold;  height: 32px;  width: 117px;}
#wrapper{ width:960px; margin:auto;}
.mb { margin-bottom: 10px; }
.position { color: #000000;  height: 20px;  line-height: 20px;}
a.red { color: #CC0000; }