.line{
	display:block;
	border-bottom: 1px solid #D9E8EF;
	padding:2px 4px 1px 4px;
	text-align: center;
	color:#07719B !important;
	font-weight:bold;
}			

.num, .num:visited {
	color:#006 !important;
	display:table;
	float:right;
	width:21px;
	height:20px;
	background-image:url('/images/hp/c0.gif');
	text-align:center;
	margin:2px 1px 2px 1px;
	line-height:20px;
	font-size:8pt;
	font-family:sans-serif;
	background-repeat:no-repeat;
	background-position: center;
	}
	
.num:hover, .numOn , .numOn:visited{
	color:white !important;
	background-image:url('/images/hp/c1.gif');
	}

.line:hover, .lineOn {
	color:#040368 !important;
	}
