/* CSS Document */
body,ol,ul,h1,h2,h3,h4,h5,h6,p,th,td,dl,dd,form,fieldset,legend,input,textarea,select,div{margin:0;padding:0;}
body{
	text-align:center;
	font-size: 12px;
	font-family: 'ËÎÌå';
	
}
.fl{
	float:left;
	display:inline;
}
.fr{
	float:right;
	display:inline;
}
.w1000{
	width:1000px;
	margin:0 auto;
	text-align:left;
	
}
.clear{
	clear:both; overflow:hidden; height:0;
}
a{font-family:'ËÎÌå';
	text-decoration:none; color:#666;
}
ul,li{
	list-style:none;
}
img{
	border:none;
}

.mt20{margin-top:20px;}