
/* CSS Document */
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,code,form,fieldset,legend,input,textarea,button,p,blockquote,th,td {margin:0;padding:0;}/* 常用标签内外间距 */
 h1,h2,h3,h4,h5,h6{font-size:100%; font-weight:normal;}/* h1-h6 字体定义 */
 table{border-collapse:collapse; border-spacing:0;}/* table 间距与重合 */
 caption,cite,em,strong,th {font-style:normal; font-weight:normal;} /* 字体定义 */
 caption, th {text-align:left;}
 fieldset, img {border:0;} 
 img {vertical-align:top;} /* ie6bug */
 ul,ol,li {list-style:none;}
 input,button,select {color:#000; font:100% arial; vertical-align:middle; overflow:visible;}/* 解决表单元素与文本的对齐问题 */
 select {height:20px; line-height:20px;}
 body {BACKGROUND-COLOR: #fff; FONT-FAMILY: 宋体,Tahoma; FONT-SIZE: 12px; color:#333333;}

 /*===link====*/
 a:link{ color:#333333; text-decoration:none;}
 a:visited{color:#333333; text-decoration:none;}
 a:hover{color:#ff6600; text-decoration:underline;}
 a:active{ color:#ff6600;}
.font_red{ color:#F00; font-weight:bold}
.clear {CLEAR: both}

.clearfix:after {DISPLAY: block; HEIGHT: 0px; VISIBILITY: hidden; CLEAR: both; CONTENT: "."}
.clearfix {DISPLAY: inline-block}
* HTML .clearfix {HEIGHT: 1%}
.clearfix {DISPLAY: block}