.pageLinkBlock
{
	width:auto;
	margin:15px auto 15px auto;
}

a.pageLink:link
{
	color:#4DAEAE;
}

a.pageLink:visited
{
	color:#008B8B;
}

a.pageLink:hover
{
	color:#4DAEAE;
}

a.pageLink:active
{
	color:#FF9966;
}

a.pageLinkActive
{
	color:#FF9966;
	font-weight: bold;
	text-decoration:none;
	pointer-events: none; /*Hyperlink disabled*/
	cursor: default;
}