
.PageNavTable
{
	width: 100%;
	padding-top: 4;
	padding-bottom: 4;
	text-align: center;
	vertical-align: middle;
	font: 12px Verdana;
	background: #333333;
	color: white ;
	border: 2px solid #242424;
	border-top: 2px solid #454545;
	border-left: 2px solid #454545;
}

.PageNavCurrent
{
	background: #333333;
	font-family: Verdana;
	font-size: 11px;
	color: #B1AFAF;
	font-weight: bold;
	/*text-decoration: underline overline;*/
}

.PageNavLink
{
	text-decoration: none;
	color: white;
}

.PageNavNavigation
{
	background: #333333;
	font-family: Verdana;
	font-size: 11px;
	color: #B1AFAF;
	font-weight: bold;
}

.PageNavSymbols
{
	font-family: Webdings;
	font-size: 14px;
	text-decoration: none;
	color: white;
	font-weight: normal;
}

