@charset "gb2312";
/* CSS Document */
* {
	margin:0;
	padding:0;
	list-style:none;
}
img {
	border:0;
}
a {
	text-decoration:none;
	color:#000;
}
a:hover {
	color:#2F6899;
	text-decoration:underline;
}
f_l{float:left;}
f_r{float:right;}
body {
    font-family: "Microsoft YaHei", "ËÎÌå";
 font-size: 14px; 
    background: #ededed;
}