.box {
	width: 680px;
	margin-right: 5px;
	margin-left: 5px;
	overflow: hidden;
}
.box .center {
	text-align: center;
	width: 680px;
	padding-top: 20px;
	padding-bottom: 20px;
}

.box .img {
	padding: 10px;
	float: left;
	width: 270px;
}
.box.first.bMargin20 {
	margin-top: 0px;
	padding-top: 0px;
}
.box h3 {
	border-bottom-width: 1px;
	border-left-width: 5px;
	border-bottom-style: solid;
	border-left-style: solid;
	border-bottom-color: #F90;
	border-left-color: #F90;
	font-size: 20px;
	line-height: 30px;
	margin-top: 50px;
	margin-bottom: 10px;
	margin-right: 10px;
	padding-left: 10px;
	text-align: left;
}
.box table {
	width: 660px;
	margin-bottom: 40px;
}
.box table tr th {
	font-size: 20px;
	background-color: #333;
	border: 1px solid #FFF;
	text-align: center;
}
.box table tr td {
	border: 1px solid #FFF;
	text-align: left;
}
.box .last {
	margin-bottom: 10px;
}
