@charset "utf-8";
/* CSS Document */
* {
	margin:0px auto;
	padding:0px;
	list-style-type:none;
}
body {
	font-size:12px;
	text-align:left;
	background:url(../images/bg.jpg) no-repeat;
	font-family:Arial, Helvetica, sans-serif;
	color:#555555;
}
#clear {
	clear: both;
}
img {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
a:link {
	color: #555555;
	text-decoration: none;
}
a:visited {
	color: #555555;
	text-decoration: none;
}
a:hover {
	color: #646464;
	text-decoration: underline;
}

a.hui:link,a.hui:visited {
	color: #555555;
	text-decoration: none;
}

a.hui:hover {
	color: #646464;
	text-decoration: underline;
}




