@charset "utf-8";
/* CSS Document */
body{ margin:0 auto; font:12px/22px Arial,"宋体";color:#333; background:#f3f3f3;}
div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,input,button,textarea,select,p,span{margin:0;padding:0;}
img{ border:0;}
ul,li,ol,ul {list-style:none;}
h1,h2,h3,h4,h5,h6 {font-size:12px; font-weight:normal;}
a { text-decoration:none;}
a:visited {background: none}
a:hover {text-decoration: none}
a:active {}
input,button,textarea,select{ font: 12px/26px "宋体",Arial;}
.clear{clear:both;font-size:0px;height:0px;line-height:0px;overflow:hidden;}


/* 默认链接颜色 */
a{outline-style:none;color:#878787;text-decoration:none}
a:hover{text-decoration: none; color:#009be8;}

/*清除链接虚框*/
a,area {blr:expression(this.onFocus=this.blur()) }  for IE 
:focus {-moz-outline-style: none; }  for Firefox   

/* 下划线 */
.unline,.unline a{text-decoration:underline}
.nounline,.nounline a,.list12 .nounline{text-decoration:none}

/* 通用属性 */
.left{float:left;}
.right{float:right;}
.clear{clear:both;}/*ie and firefox1.5 updata */

/*文字对齐方式*/
.txtLeft{text-align:left}
.txtright{text-align:right}
.txtCenter{text-align:center}

/*常用方法*/
.show{display:block}
.hidden{display:none}
.hand{cursor:pointer;}
.fontArial{font-family:'Arial';}
.b{font-weight:bold;}







