.top {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.75em;
	font-weight: normal;
	color: #005fa9;
	text-decoration: none;
}
.top:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.75em;
	font-weight: normal;
	color: #005fa9;
	text-decoration: none;
	background-color: #CCFFFF;
}
.num {
	font-family: Arial, Helvetica, sans-serif;
	text-align: right;
	padding-right: 6px;
}
.hline {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
}
