.searchbox {
	margin-left: auto;
	margin-right: auto;
	margin: 0px;
	padding: 0px;
	width: 770px;
	border: medium solid #00318d;
}
.searchbox td {
	border-top-width: thin;
	border-right-width: thin;
	border-bottom-width: thin;
	border-left-width: thin;
	border-top-style: solid;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	border-top-color: #00318d;
	border-right-color: #00318d;
	border-bottom-color: #00318d;
	border-left-color: #00318d;
	padding: 0px 5px;
}
.searchbox a {
	color: #00318d;
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	}
.searchbox a:hover {
	text-decoration: underline;
	}

.pagelinks {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	text-decoration: underline;
	font-size: 14px;
}

.nothing {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
.nothing td {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}