@charset "utf-8";

/*/* CSS Document*/
	body {
	margin:0;
	padding:0;
	line-height:28px;
	font-family:Microsoft YaHei;
	font-size:14px;
	background:#fff;
}
div,ul,li,dt,dl,dd,h1,h2,h3,h4,h5,h6,h7,img,p,span {
	border-style: none;
	border-color: inherit;/*边框的颜色继承*/
	border-width: 0px;
	padding: 0;
	list-style-type:none;
	margin-left: auto;
	margin-top: 0;
	margin-bottom: 0;
}
/* Link*/
	a:link {
	text-decoration:none;
}
a:visited {
	text-decoration:none;
}
a:hover {
	text-decoration:none;
}
a:active {
	border:0px;
	background-color:Transparent;/*透明*/
}
/*blr没有特殊意思，expression 条件，这句话的意思是链接 a 在获得焦点的同时失去焦点。
如果你用的是图片链接什么的，他不会显示周边的虚线。*/ 
a {
	blr:expression(this.onFocus=this.blur());
	outline:none;
}
.blank0 {
	width:100%;
	height:0px;
	clear:both;
}
.blank5 {
	width:100%;
	height:5px;
	clear:both;
}
.blank10 {
	width:100%;
	height:10px;
	clear:both;
}
.blank15 {
	width:100%;
	height:15px;
	clear:both;
}
.blank20 {
	width:100%;
	height:20px;
	clear:both;
}
.blank25 {
	width:100%;
	height:25px;
	clear:both;
}
.blank30 {
	width:100%;
	clear:both;
}
.blank35 {
	width:100%;
	height:35px;
	clear:both;
}
.blank40 {
	width:100%;
	height:40px;
	clear:both;
}
.blank45 {
	width:100%;
	height:45px;
	clear:both;
}
.blank50 {
	width:100%;
	height:50px;
	clear:both;
}
.blank55 {
	width:100%;
	height:55px;
	clear:both;
}

.blank60 {
	width:100%;
	height:60px;
	clear:both;
}
.blank65 {
	width:100%;
	height:65px;
	clear:both;
}
.blank70 {
	width:100%;
	height:70px;
	clear:both;
}
.blank80 {
	width:100%;
	height:80px;
	clear:both;
}
.blank100 {
	width:100%;
	height:100px;
	clear:both;
}
.blank130 {
	width:100%;
	height:130px;
	clear:both;
}
/*Clear*/
	.clear {
	clear:both;
	font-size:1px;
	height:0px;
	line-height:0px;
	overflow:hidden;
}