.Pages, .activePage {
	border: 1px solid #AAAAAA; 
	font-size: 8pt;
	padding: 5px; 
	margin-right: 1px; 
	background-color: #deddef;	
	font-weight:		bold;
	color: 				#22222;
	
}

.activePage {
	background-color: #101597;
	color: #fff;
	text-decoration:	underline;
}

.Pages:link,.Pages:visited
{
	cursor: pointer;
	text-decoration:	none;
}
.Pages:hover, .Pages:active, .activePage:hover, .activePage:active {   
	background-color: #101597;
	color: #fff;		
	text-decoration:	underline;
}
