@charset "gb2312";
/* common style*/

/*---公共样式--*/
body,div,p,ul,li,dl,dt,dd,h1,h2,h3,h4,h5,h6,form{margin:0;padding:0; font-family:Arial, Helvetica, sans-serif;}
h1,h2,h3,h4,h5,h6 { font-size:14px; font-weight:lighter;}
body{text-align: left;font-size: 14px;background-color: #f5f5f5;}
input,select,button,font{font:12px Verdana,Arial,Tahoma;} 
ul, li{ list-style:none;}
img{border:0;}
input, textarea, select{ color:#6e6e6e; font-size:12px;}

.flt{ float:left;}
.frt{ float:right;}
.strong{ font-weight:bold;}
.tac{ text-align:center;}
.tar{ text-align:right;}
.lh24{ line-height:24px;}
.clear{height:0px;font-size:0px;line-height:0px;clear:both; overflow:hidden;}/*清除浮动*/

a{color:#333; text-decoration:none; font-family:Arial, Helvetica, sans-serif;}
a:link,a:visited{ color:#000; text-decoration:none;}
a:hover,a:active,a:focus{color:#cf0000; text-decoration:none;}