@charset "utf-8";
body {
	text-align: center;
	margin: 0px;
	background-color: #CCCCCC;
}
li {
	font-size: 12px;
}
.RightTitle {
	font-size: 14px;
	font-weight: bold;
	padding-top: 30px;
	padding-bottom: 20px;
	text-align: center;
}
.RightMore {
	color: #FF6600;
	margin-top: 8px;
	margin-bottom: 8px;
	text-align: center;
	line-height: 30px;
	font-size: 12px;
}
.RightContent {
	margin-right: 30px;
	margin-left: 30px;
	text-align: left;
	font-size: 14px;
	line-height: 26px;
	padding: 10px;
	border: medium solid #CCCCCC;
	width: 900px;
}
