body {
	font: normal 12px/20px "Î¢ÈíÑÅºÚ", "Microsoft YaHei", sans-serif;
}
h1 {
	color: #1a668e;
	font-weight: bold;
	font-size: 16px;
	height: 16px;
	line-height: 16px;
	margin-bottom: 36px;
}
h2 {
	color: #1886c7;
	font-weight: bold;
	font-size: 14px;
	height: 14px;
	line-height: 14px;
	margin-bottom: 8x;
}
p {
	color: #777;
	font-weight: normal;
	font-size: 12px;
	line-height: 20px;
	margin-bottom: 20px;
}
ol, ul {
	margin-bottom: 20px;
}
li {
	color: #777;
	font-weight: normal;
	font-size: 12px;
	line-height: 20px;
	margin-left: -18px;
}
strong {
	color: #555;
	font-weight: bold;
	font-size: 12px;
	line-height: 20px;
}
table.training {
	width: 680px;
	text-align: left;
	text-indent: 12px;
}
table.training th {
	background-color: #1886c7;
	height: 30px;
	color: #fff;
}
table.training td {
	border-bottom: 1px solid #eee;
	padding: 12px 0;
	color: #666;
}
#main {
	width: 680px;
	margin: 0 auto;
	padding: 30px 0 20px 0;
}
.red { color: red; font-weight: bold; }