<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/*
 header frame
 */

html {
  overflow-x: hidden;
	overflow-y: auto;
} 

body {
  margin: 0;
	padding: 0;
	background-color: #00529c;
	font-family: Verdana, sans-serif;
	font-size: smaller;
}

div.top {
	height: 110px;
	width: 100%;
	background-color: #fff;
	background-image: url(../images/textbanner.png);
	background-repeat: no-repeat;
	background-position: left;
}

div.top img {
  float: right;
	border: 0;
}

div.bottom {
  border-top: 1px solid black;
}

div.bottom form {
	padding: 0;
	margin: 0;
	margin-top: 5px;
}

div.bottom form * {
	padding: 0;
	margin: 0;
}

div.bottom form ul {
  float: left;
}

div.bottom ul li {
  list-style: none;
	display: inline;
	padding-left: 1em;
}

div.bottom ul li a, label {
  color: #fff;
	font-weight: bold;
	text-decoration: none;
}

div.bottom ul li a:hover, label:hover {
  color: #bff;
	text-decoration: underline;
}

div.bottom form p {
	float: right;
	text-align: right;
	padding-right: 1em;
}

input.query {
  width: 100px;
	height: 12pt;
	border: 0;
}

input.submit {
  display: none;
}

div.bottom a, form p * {
	vertical-align: top;
}
</pre></body></html>