

a, a:link, a:visited, a:active
{
	color: #2250A4;
	text-decoration: underline;
} 

a:hover
{
	color: #2250A4;
	text-decoration: none;
}

.greyLink:link, .greyLink:visited, .greyLink:active
{
	color: #8F8F8F;
	text-decoration: underline;
} 

.greyLink:hover
{
	color: #8F8F8F;
	text-decoration: none;
} 

.pagerCurrentPage
{
	color: #8F8F8F;
	text-decoration: none;
	font-size: 18px;
	text-decoration: none;
}



.whiteLink:link, .whiteLink:visited, .whiteLink:active
{
	color: #FFFFFF;
	text-decoration: underline;
} 


.whiteLink:hover
{
	color: #FFFFFF;
	text-decoration: none;
} 


.blackLink:link, .blackLink:visited, .blackLink:active
{
	font-size: 11px;
	font-weight: bold;
	color: #000000;
	text-decoration: underline;
} 

	
.blackLink:hover
{
	font-size: 11px;
	font-weight: bold;
	color: #000000;
	text-decoration: none;
} 



.blueLink:link, .blueLink:visited, .blueLink:active
{
	font-size: 11px;
	font-weight: bold;
	color: #2250A4;
	text-decoration: underline;
} 

	
.blueLink:hover
{
	font-size: 11px;
	font-weight: bold;
	color: #2250A4;
	text-decoration: none;
} 



