h2 {
	width: 220px;
	color: #8ec31f;
	font-size: 140%;
	font-weight: bold;
	float: left;
}
h2 span {
	margin-left: 15px;
	display: block;
}
#main_content h3 {
	font-size: 120%;
	border-bottom: 1px solid #8ec31f;
}
.text_content {
	width: 540px;
	float: left;
}
.text_content p,
.text_content ol { padding: 5px 5px 15px; }
.text_content ol { margin-bottom: 1em;}
.text_content h3 {
	padding: 5px;
	line-height: 1;
}

#main_content table {
	margin-top: 1px;
	border-top: 1px solid #8ec31f;
}
#main_content table table { border: 0; }

#main_content th,
#main_content td {
	padding: 3px;
	border-bottom: 1px solid #8ec31f;
	line-height: 1.6;
}
#main_content form th,
#main_content form td {
	padding: 0.7em 3px;
}

#main_content th { width: 12em; }
#main_content td th,
#main_content td td {
	border-bottom: 1px dotted #8ec31f;	
}

#main_content tr.bottom th, 
#main_content tr.bottom td { border-bottom: 0; }
