.inactivePage {
	font-family: Verdana, Arial, sans-serif;
	font-weight: bold;
	padding: 1px 3px 1px 3px;
	border:0px solid #000;
	color:#ffffff;
	background-color:#cccccc;
	margin-right:3px;
	cursor:pointer;
	font-size: 12px;
	line-height:12px;

}
.inactivePage a:link {
	text-decoration: none;
	color: #fff;
}
.inactivePage a:visited {
	text-decoration: none;
	color: #fff;
}
.inactivePage a:hover {
	text-decoration: none;
	color: #fff;
}
.inactivePage a:active {
	text-decoration: none;
	color: #fff;
}
.activePage {
	font-family: Verdana, Arial, sans-serif;
	font-weight: bold;
	padding: 1px 3px 1px 3px;
	border: 0px solid #d7000f;
	color:#fff;
	background-color:#d7000f;
	margin-right:3px;
	font-size: 12px;
	line-height:12px;
}

.activePage a:link {
	text-decoration: none;
	color: #fff;
}
.activePage a:visited {
	text-decoration: none;
	color: #fff;
}
.activePage a:hover {
	text-decoration: none;
	color: #FF0000;
}
.activePage a:active {
	text-decoration: none;
	color: #FF0000;
}
