@charset "utf-8";
/* CSS Document */
a { color:#565662; text-decoration:none; }  /*for ie f6n.net*/
a:focus{outline:0;} /*for ff f6n.net*/
a:hover,a.currr { color:#B61212; text-decoration:none;}
.vam { vertical-align:middle;}
.tr { text-align:right;}
.tl { text-align:left;}
.redfont{ color:#F00;}
.center { text-align:center;}
.fl { float:left;}
.fr { float:right;}
.fw{ font-family:"微软雅黑","宋体";}
.pa{ position:absolute;}
.word{
	width:1000px;
	margin:0 auto;
}
.clear{
     background: none;
     border: 0;
     clear: both;
     display: block;
     float: none;
     font-size: 0;
     overflow: hidden;
     visibility: hidden;
     height: 0;
	 zoom: 1;
}
.mt10{ margin-top:10px;}