.activeP a {
	font-family: Verdana, Arial, sans-serif;
	font-weight: bold;
	padding: 1px 3px 1px 3px;
	color:#339900;
	margin-right:3px;
	font-size: 12px;
}

.activeP a:link {
	text-decoration: none;
	color:#666666;
}
.activeP a:visited {
	text-decoration: none;
	color: #339900;
}
.activeP a:hover {
	text-decoration: none;
	color: #FF0000;
}
.activeP a:active {
	text-decoration: none;
	color: #FF0000;
}

.inactivePage a {
	font-family: Verdana, Arial, sans-serif;
	font-weight:normal;
	padding:  1px 3px 1px 3px;
	
	margin-right:3px;
	cursor:pointer;
	font-size: 12px;
}
.inactivePage a:link {
	text-decoration: none;
	
}
.inactivePage a:visited {
	text-decoration: none;
	color: #727731;
}
.inactivePage a:hover {
	text-decoration: none;
	color: #FF0000;
}
.inactivePage a:active {
	text-decoration: none;
	color: #FF0000;
}

