#pagination {
	float:left;
	padding-top: 0px;
	width: 500px;
}

.pages {
	color: #012c54;
	font-size: 1em;
	font-weight: normal;
	text-decoration: none; 
	text-align: center; 
	padding: 5px 5px 5px 5px;
	display: block;
}

.pageleft_off
{
	text-align: center; 
	float: left;
	padding: 5px 0px 5px 5px;
	color: #012c54;
	font-size: 1em;
}

.pageleft
{
	text-align: center; 
	float: left;
	color: #012c54;
	font-size: 1em;
}

.pageleft a:link, .pageleft a:visited
{
	color: #012c54;
	font-weight: normal;
	text-decoration: none; 
	padding: 5px 5px 5px 5px;
	display: block;
	text-decoration: underline;
}

.pageright_off
{
	text-align: center; 
	float: right;
	padding: 5px 5px 5px 5px;
	color: #012c54;
	font-size: 1em;
}


.pageright
{
	text-decoration: none;
	text-align: center; 
	float: right;
	font-size: 1em;
	color: #012c54;
	text-decoration: underline;
}

.pageright a:link, .pageright a:visited
{
	color: #012c54;
	font-size: 1em;
	font-weight: normal;
	text-decoration: none; 
	padding: 5px 5px 5px 5px;
		
	display: block;
}
