
/* CSS Document */

/*文字系列*/
a{color:#444;text-decoration:none;}
a:hover{color:#f50;text-decoration:underline;}


h3{font-size:14px;font-weight:bold;}
h4{padding:5px 10px 5px 10px; border-bottom:1px dashed #009900; text-align:center;font-size:12px;font-weight:100;margin:0px 0px 10px 0px;}

.f12{font-size:12px;}
.f14{font-size:14px;}
.f14b{font-size:14px; font-weight:bold;}
.f15{font-size:15px;line-height:17px;}
.f16{font-size:16px;font-weight:bold;}




.red{color:#E93B03;}
.reda{color:#E93B03;text-decoration:none}
.red a:hover{color:#9B2600;text-decoration:underline}


.gray{color:#6E6E6E}
.white{color:#fff;}
.white a{color:#fff;text-decoration:none}

.f14_y{font-size:14px;color:#F3FB21;font-weight:bold;letter-spacing:1px;}

.f14_w{font-size:14px;color:#fff;font-weight:bold;}/*白色14号字体加粗*/
.f14_w a{color:#fff;text-decoration:none}
.f14_w a:hover{color:#FFFC00;text-decoration:underline}







.txt_in15{text-indent:15px;}/* 缩进15*/
.txt_in10{text-indent:10px;}
.underline{text-decoration:underline;}/*字体下划线*/
.underline a{text-decoration:none;}
.underline a:hover{text-decoration:none;}

.word{letter-spacing:2px;}/*字体间距*/
.h10{height:10px;font-size:0px;padding-top:5px;}
.wrap{white-space:normal; width:732px; overflow:auto;} 
.h20{height:18px;margin:0;padding:0;}/*行高20*/
.h18{line-height:18px;}
.txt-c{text-align:center;}/*文字排中间*/

.tr{text-align:right;}/*字体向右*/
.tl{text-align:right;}