﻿

.activePage 
{
	background-color: #FFF;
	color: #0E7BB0;
	width: 98px;
	padding-left: 0px;
	padding-right: 0px;
	padding-top: 5px;
	padding-bottom: 5px;
	text-align: center;
	height: 11px;
	font-size: 11px;
	font-weight: bold;
	text-decoration: none;
	font-family: "verdana";
	margin: 0px 0px 0px 2px;	
	display: inline-block;
}

.activePage:hover 
{
	background-color: #FFF;
	color: #0E7BB0;
	font-size: 11px;
	font-weight: bold;
	text-decoration: none;
	font-family: "verdana";
	margin: 0px 0px 0px 2px;	
	display: inline;
}

.otherPage{
	background-color: #A5C5C5;
	width: 98px;
	padding-left: 0px;
	padding-right: 0px;
	padding-top: 5px;
	padding-bottom: 5px;
	text-align:center;
	height: 11px;
	font-size: 11px;
	font-weight: bold;
	color: #FFF;
	text-decoration: none;
	font-family: "verdana";
	margin: 0px 0px 0px 2px;
	display: inline-block;
	
}

.otherPage:hover {
	background-color: #FFF;
	font-size: 11px;
	font-weight: bold;
	color: #0E7BB0;
	text-decoration: none;
	font-family: "verdana";
	margin: 0px 0px 0px 2px;
	display: inline;
	
}
