#main-right ol {
	padding-left: 2em;
	width: 40em;
	float: left;
	clear: both;
}

.super {
	vertical-align: super;
	line-height: 2em;
	text-decoration: none;
	font-size: 80%;
}

#main-right .anchor {
	padding-top: .5em;
	border-top: #900 solid .2em;
	display: block;
	clear: both;
	height: 1px;
	width: 60%;
	margin: 0 auto;
}

#main-right table {
	background-color: #999;
	position: relative;
	left: -10px;
	margin: 10px 0;
	border-top: 1px solid #c0c0c0;
	border-left: 1px solid #c0c0c0;
	border-right: 1px solid #8d8d8d;
	border-bottom: 1px solid #8d8d8d;
}

#main-right table td, #main-right table th {
	text-align: center;
	border-top: 1px solid #8d8d8d;
	border-left: 1px solid #8d8d8d;
	border-right: 1px solid #c0c0c0;
	border-bottom: 1px solid #c0c0c0;
}

#main-right table tr.totals th {
	text-align: right;
}

#main-right table tr.totals th.white-cell {
	background-color: #fff;
}

#main-right table th.year {
	width: 33px;
}

#main-right table th.hourly-wage, #main-right table th.perc-credit {
	width: 65px;
}

#main-right table th.annual-hours-worked {
	width: 124px;
}

#main-right table th.annual-total-salary {
	width: 118px;
}

#main-right table th.amt-credit {
	width: 122px;
}

#main-right table td.amt-credit {
	text-align: right;
}

#main-right p.footnote {
	font: normal normal 10px Arial, Helvetica, sans-serif;
	position: relative;
	left: -10px;
	top: -5px;
}

