.section {
	padding-top: 10px;
	padding-bottom: 10px;
	line-height: 1.3em;
}
.section ol {
	list-style-type: decimal;
	margin-top: 5px;
	margin-bottom: 0px;
	padding-left: 10px;
}
.section ul {
	margin-top: 5px;
	margin-bottom: 0px;
	padding-left: 10px;
	list-style-type: square;
}
.section .title {
	font-size: 1.2em;
	font-weight: bold;
	padding: 3px;
	border: 1px solid #CC0000;
}
.section .red {
	color: #CC0000;
}
.section .service {
	background-color: #EBEBEB;
	margin-top: 10px;
	margin-right: auto;
	margin-left: auto;
	border: 1px solid #999999;
	text-align: center;
	width: 350px;
}
.border {
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #999999;
}
.headleft {
	float: left;
	padding-right: 20px;
}

