@charset "gb2312";
* {
	margin: 0px;
	padding: 0px;
}
body {
	text-align: center;
	font-family: Arial, Helvetica, sans-serif, "ËÎÌå";
	font-size: 12px;
	line-height: 1.5;
	background-image: url(../images/bg.jpg);
	background-repeat: repeat-x;
	background-position: 0px 0px;
	color: #333333;
}
a:link {
	color: #333333;
	text-decoration: none;
	font-size: 12px;
}
a:visited {
	color: #333333;
	text-decoration: none;
}
a:hover {
	color: #FF6600;
}
.clear {
	clear: both;
}
img {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
ul {
	list-style-type: none;
}
.next {
	text-align: center;
	padding-top: 15px;
	padding-bottom: 15px;
}
.txt {
	overflow: hidden;
	width: 680px;
	margin-left: 20px;
	line-height: 1.8;
}
