#content-main dl {
	border-bottom: 1px solid #e4e4e4;
	padding: 1.25em 0 2em 0;
}
#content-main table {
	clear: both;
	width: 100%;
	border: #002660 solid 2px;
	margin: 0.5em 0;
	padding: 0;
}
#content-main table thead th {
	padding: 0.75em 0.5em;
	background-color: #e0ecff;
	vertical-align: middle;
	border-bottom: 1px solid #94a5be;
	border-left: 1px solid #94a5be;
	border-right: 1px solid #94a5be;
	color: #222;
}
#content-main table tbody th {
	font-weight: normal;
	border: 1px solid #d1d7df;
	background-color: #f7f7f7;
}
#content-main table tbody th.second {
	font-weight: normal;
	border: 1px solid #d1d7df;
	background-color: #fafafa;
}
#content-main table th {
	color: #222;
	text-align: center;
	vertical-align: middle;
	border-left: #d1d7df solid 1px;
	border-right: #d1d7df solid 1px;
	border-bottom: #d1d7df solid 1px;
	padding: 0.5em;
	line-height: 1.5em;
}
#content-main table td {
	color: #444;
	line-height: 1.5em;
	text-align: center;
	vertical-align: middle;
	border-top: #d1d7df solid 1px;
	border-left: #d1d7df solid 1px;
	border-right: #d1d7df solid 1px;
	background-color: white;
	padding: 0.35em;
}
