@charset "utf-8";
/* CSS Document */

/* 全局样式 */
body {
	color: #333;
	font-size:12px;
	font-family: "微软雅黑", "黑体", Tahoma, Arial, Verdana,;
}
body, input, select, button, textarea {
	font-family: Tahoma;
}
h1, h2, h3, h4, h5, h6, select, input, textarea, button, table {
	font-size: 100%;
}
body, ul, ol, li, p, h1, h2, h3, h4, h5, h6, form, fieldset, table, td, strong, img, div {
	margin:0;
	padding:0;
	border:0;
	font-family: "微软雅黑", "黑体", Tahoma, Arial, Verdana,;
}
input, button, textarea, select, img {
	line-height: normal;
	margin: 0;
}
table, td, tr, th {
	font-size:12px;
}
ul, ol, li {
	list-style: none outside none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
.fl {
	float:left;
}
.fr {
	float:right;
}
.clr {
	clear:both;
}
