@charset "gb2312";
/* CSS Document */

* {
	margin:0px auto;
	padding:0px;
	list-style-type:none;
}
body {
	font-size:12px;
	text-align:left;
	background-color:#C9C9C7;
	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;
}

.red {
	COLOR: #AD0F0C; TEXT-DECORATION: none;font-weight:bolder;
}
A.red:link {
	COLOR: #AD0F0C; TEXT-DECORATION: none;
}
A.red:visited {
	COLOR: #AD0F0C; TEXT-DECORATION: none;
}
A.red:hover {
	COLOR: #AD0F0C; TEXT-DECORATION: underline;
}


