/* By 7Crystal 2008-6-19 ======= CSS Reset | Style ======= Modify 2008-11-18 10:54:12
 * http://images.molihe.com/css/crystal.css
 * 首大写字母解释：F【此class应用于局部  必须以套嵌形式出现  如 .*** .F***{}】 P【每个页面独立的标识 如果有最外层DIV写在最外层否则写在Body中】
 * CSS Reset file 外尽量避免第2个字母大写
 * 大写字母列表 F[frame] L[layer] P[page]
 */
html,body,form,p,ol,ul,h1,h2,h3,h4,h5,h6,img{margin:0;padding:0;border:0;font-family:Arial, Verdana, "宋体", sans-serif;}
body{font-size:12px; font-family:inherit;}
input, text-area{font-family:inherit;}
select,input{vertical-align:middle;}
.aC{text-align:center;}	.aL{text-align:left;}	.aR{text-align:right;}
.cB{clear:both; font-size:0;}	.cF{zoom:1;}	.cF:after{content:"."; display:block; height:0; clear:both; visibility:hidden;} .cL{ clear:left;}  .cR{ clear:right;}
.dN{display:none;}		.dB{display:block;}		.displayN{display:none;}
.fL{float:left;}		.fR{float:right;}		.fB{font-weight:bold;}
.f12{font-size:12px;}	.f12b{font-size:12px; font-weight:bold;}
.f14{font-size:14px;}	.f14b{font-size:14px; font-weight:bold;}	.f147b{font-size:14.7px; font-weight:bold;}
.f16{font-size:16px;}	.f16b{font-size:16px; font-weight:bold;}
.f18{font-size:18px;}	.f18b{font-size:18px; font-weight:bold;}
.f24{font-size:24px;}	.f24b{font-size:24px; font-weight:bold;}
ol,ul{list-style:none;}
.red{color:#FF0000;} .black{color:#000000;} .white{color:#FFFFFF;}
/*以下内容根据不同需求来定义*/
a,a:link{text-decoration:none;} a:hover{text-decoration:underline;}