.activePage {
	font-family: "Arial, Helvetica, sans-serif";
	font-weight: bold;
	padding: 1px 3px 1px 3px;
	border: 1px solid #616378;
	color:#fff;
	background-color:#727731;
	margin-right:3px;
	font-size: 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;
}

.inactivePage {
	font-family: "Arial, Helvetica, sans-serif";
	font-weight: bold;
	padding:  1px 3px 1px 3px;
	border:1px solid #727731;
	color:#727731;
	background-color:#fff;
	margin-right:3px;
	cursor:pointer;
	font-size: 12px;
}
.inactivePage a:link {
	text-decoration: none;
	color: #727731;
}
.inactivePage a:visited {
	text-decoration: none;
	color: #727731;
}
.inactivePage a:hover {
	text-decoration: none;
	color: #FF0000;
}
.inactivePage a:active {
	text-decoration: none;
	color: #FF0000;
}

.goButton{
	font-family: "Arial, Helvetica, sans-serif";
	font-weight: bold;
	color:#fff;
	background-color:#727731;
	border-top: none;
	border-right: none;
	border-bottom: none;
	border-left: none;
	height: 18px;
}
.goInput{
	font-family: "Arial, Helvetica, sans-serif";
	font-weight: bold;
	border:1px solid #727731;
	color:#727731;
	background-color:#fff;
	cursor:pointer;
	height: 15px;
}
