.activePage {
	font-family: Verdana, Arial, sans-serif;
	font-weight: normal;
	padding: 1px 3px 1px 3px;
	border: none;
	color:#808a8a;
	margin-right:3px;
	font-size: 12px;
}

.activePage a:link {
	text-decoration: none;
	color: #808A8A;
}
.activePage a:visited {
	text-decoration: none;
	color: #808a8a;
}
.activePage a:hover {
	text-decoration: none;
	color: #FF0000;
}
.activePage a:active {
	text-decoration: none;
	color: #FF0000;
}

.inactivePage {
	font-family: Verdana, Arial, sans-serif;
	font-weight: normal;
	padding:  1px 3px 1px 3px;
	border:none;
	color:#F6F6F6;
	margin-right:3px;
	cursor:pointer;
	font-size: 12px;
}
.inactivePage a:link {
	text-decoration: none;
	color: #CC0000;
}
.inactivePage a:visited {
	text-decoration: none;
	color: #CC0000;
}
.inactivePage a:hover {
	text-decoration: none;
	color: #FF0000;
}
.inactivePage a:active {
	text-decoration: none;
	color: #FF0000;
}

.goButton{
	font-family: Verdana, Arial, sans-serif;
	font-weight: normal;
	color:#A9B0B0;
	background-color:#666666;
	border-top: none;
	border-right: none;
	border-bottom: none;
	border-left: none;
	height: 18px;
}
.goInput{
	font-family: Verdana, Arial, sans-serif;
	font-weight: normal;
	color:#CCCCCC;
	background-color:#fff;
	cursor:pointer;
	height: 15px;
}
