@charset "utf-8";
/* CSS Document */

html, body, div, dl, dt, dd, ul, li, ol, h1, h2, h3, h4, h5, h6, p, th, td, form, select, option, input {
	margin: 0;
	padding: 0;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
ul, ol {
	list-style: none;
}
a img {
	border: none;
}
.fl {
	float: left;
}
.fr {
	float: right;
}
.clearfix:after {
	clear: both;
	content: ".";
	display: block;
	line-height: 0;
	height: 0;
	visibility: hidden;
}
.clear {
	clear: both;
	display: block;
	line-height: 0;
	height: 0;
	font-size: 0;
	overflow: hidden;
}
body{
	font-family:Arial, Microsoft Yahei, Helvetica, sans-serif;
	font-size:12px;
	line-height:30px;
}
a {
    color: #08c;
    text-decoration: none;
}
a:hover, a:focus {
    color: #005580;
    text-decoration: underline;
}