﻿body {margin:0px;background:url(../images/bg.jpg) repeat-x bottom #AA0016 fixed; min-height:700px;}
table,td,div{font:12px/22px "宋体";color:#FAC2C2;}
ul,li{padding:0;margin:0;list-style-type:none;}
dl,dt,dd{margin:0;padding:0;}
h1,h2,h3,h4,h5,h6{margin:0;padding:0;}
img{border:0;margin:0;padding:0;}
 
.clear{clear:both;}
p{font:14px/25px "宋体";}

/*链接*/
a{blr:expression(this.onFocus=this.blur());outline: none;}/*批量去掉虚线框，第一句用于IE，第二句用于FF Safari等*/
a{font:12px/22px "宋体";color:#FAC2C2; text-decoration:none;}
a:hover{font:12px/22px "宋体";color:#FFF;text-decoration:none;}
.link_yellow{color:#FF0;}
.link_yellow:hover{color:#FFF;}
.link_blue{color:#0FF;text-decoration:underline;}
.link_blue_:hover{color:#FF6D01;text-decoration:underline;}
.link_blue_14B{color:#0FF;font:bold 14px/25px "宋体"; text-decoration:underline;}
.link_blue_14B:hover{color:#FF6D01;font:bold 14px/25px "宋体"; text-decoration:underline;}
.link_red{color:#F60;text-decoration:underline;}
.link_red:hover{color:#FF0; text-decoration:underline;}
.link_red_B{color:#FF6600;text-decoration:underline;font-weight:bold;}
.link_red_B:hover{color:#ED135A; text-decoration:underline;font-weight:bold;}

/*字体*/
.font_red{color:#F00;}
.font_red_B{font-weight:bold;color:#F00;}
.font_blue_B{font-weight:bold;color:#0FF;}
.font_yellow_16B{font:bold 16px/28px "宋体";text-align:center;}
.font_white{color:#FFF;}
/*边距*/
.space_t{margin-top:6px;line-height:0;}

/*边框*/
.line_B{border-bottom:1px dashed #CCC;}
.line_L{border-left:1px dashed #999;}
.line_R{border-right:1px dashed #D5201D;}
