body {
	margin: 0px;
	padding: 0px;
}
.headBg {
	background-image: url(../images/bg01.jpg);
	background-repeat: repeat-x;
}
.mainBg {
	background-image: url(../images/bg02.jpg);
	background-repeat: repeat-x;
	padding-top: 0px;
}
.copyright {
	font-family: simSun;
	font-size: 12px;
	color: #ff9000;
	font-weight: normal;
	text-decoration: none;
	text-align: center;
}
.introBg {
	background-image: url(../images/bg02.jpg);
	background-repeat: repeat-x;
}
.mainBg .introBg td a:link {
	font-family: simHei;
	font-size: 18px;
	font-weight: bold;
	color: #FF9000;
	text-decoration: none;
}
.mainBg .introBg td a:visited {
	font-family: simHei;
	font-size: 18px;
	font-weight: bold;
	color: #CC0000;
	text-decoration: none;
}
.mainBg .introBg td a:active {
	font-family: simHei;
	font-size: 18px;
	font-weight: bold;
	color: #FF9000;
	text-decoration: none;
}
.mainBg .introBg td a:hover {
	font-family: simHei;
	font-size: 18px;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: underline;
}
.mainText {
	font-family: simSun;
	font-size: 16px;
	line-height: 20px;
	color: #000000;
	text-decoration: none;
}
.priceTitle {
	font-family: simSun;
	font-size: 16px;
	color: #FFFFFF;
	text-decoration: none;
	background-color: #FF9000;
	text-align: center;
}
