/* CSS Document */
*{
	margin: 0;
	padding: 0;
}
li{
	list-style: none;
}
body{
	font-size: 12px;
	font-family: "Î¢ÈíÑÅºÚ";
}
.fl{
	float: left;
}
.fr{
	float: right;
}
a{
	text-decoration: none;
}
a:active, a:hover {
    outline: 0;
}
h1,h2,h3,h4,h5,h6,b,strong{
	font-size: 12px;
	font-weight: normal;
}
i,em{
	font-style: normal;
}
.clearfix:after{
	content: "";
	clear: both;
	display: block;
}
.clearfix{
	zoom:1;
}
input{
	border: none;
	outline:none;
}