@charset "utf-8";
body {
	font-family: Arial, verdana, Helvetica, "宋体", sans-serif;
	_font-family: sana-serif;
	width: auto;
	font-size: 12px;
	color: #333333;
	line-height: 1.5em;
	font-weight: normal;
	background: #ffffff;
}
body, div, dl, dt, dd, ul, ol, li, p, h1, h2, h3, h4, h5, h6, pre, form, fieldset, input, textarea, blockquote {
	margin: 0px;
	padding: 0px;
}
img {
	border: none;
	vertical-align: top;
}
a {
	text-decoration: none;
	color: #333333;
}
a:hover {
	color: #4379b5;
	text-decoration: none;
}
.left {
	float: left;
}
.right {
	float: right;
}
.red a {
	color: #b20000;
}
.clear {
	clear: both;
}
ul li {
	list-style: none;
}
.blue {
	color: #00a0ea;
}
