/*UNCLASSED TAGS*/
body {
	background-color:white;
	color:black;
	font-family:helvetica,arial,sans-serif;
	font-size:9pt;
}
h1 {
	color:gray;
	font-size:20pt;
	text-align:center;
}
h2,h3 {
	color:gray;
}
h4 {
	font-size:12pt;
	color:gray;
	clear:both;
	margin-bottom:0.5em;
}
p.bigdescription {
	font:11pt "Futura Md Bt",helvetica,arial,sans-serif;
	text-align:center;
}
p.description {
	font:9pt "Futura Md Bt",helvetica,arial,sans-serif;
	text-align:center;
}
a, a:link {
	text-decoration: none;
#	color:#aa8a8a;
	color:#2e8fc2;
}

a:visited {
	text-decoration: none;
   	color:#701908;
}

a:hover {
	text-decoration: underline;
#	color:#2e8fc2;
	color:#701908;
}

textarea {
	margin-bottom:1em;
}
dt select {
	float:left;
}
dl {
	margin-bottom:0px;
}
dd {
	float:left;
	width:60%;
	margin:0 0 1.5em 1em;
}
dt {
	color:gray;
	font-weight:bold;
	float:left;
	clear:both;
	text-align:right;
	width:33%;
}
img {
	border:0px;
}

/*CLASSES & CLASSED TAGS*/
table.resultset {
	width:100%;
	border-spacing:0px;
	border-collapse:collapse;
	empty-cells:show;
	border:3px solid #2e8fc2;
}

/*begin search.cgi*/
table.resultset th, b {
	color:gray;
}
table.resultset td {
	border:2px solid #2e8fc2;
}
/*end search.cgi*/

div.checkbox_group {
	margin:1em 0em;
	clear:both;
}
div.checkbox_group label {
	display:block;
	width:25%;
	float:left;
}

#buttons {
	margin-top:1em;
	clear:both;
}
#header {
	border:0px solid #000000;
	padding:0px;
}
#header td.left {
	font:14pt helvetica,arial,sans-serif;
}
#header table {
	width:720px;
	margin: 0px auto;
	border-spacing:0px;
	border-width:0px 0px;
	background-color:black;
}
#header a, a.menulink {
	font:11pt "Futura Md Bt",helvetica,arial,sans-serif;
	color:#aa8a8a;
}
#header td {
	background-color:#000000;
	text-align:center;
	vertical-align:middle;
	padding:0px;
}
#header th {
	font:13pt "Futura Md Bt",helvetica,arial,sans-serif;
	height:0px;
	text-align:right;
	padding:0px;
	color:#aaccee;
}
IMG.centered {
	display: block;
	margin-left: auto;
	margin-right: auto
}

#body {
	margin:0.7em;
}

#footer {
	clear:both;
	text-align:center;
	margin-top:10px;
}
#footer img {
	margin:0px 10px 6px;
}
#footerbox {
	width:720px;
	font:8pt arial,sans-serif;
	border-width:2px 0px;
	border-style:solid;
	border-color:#2e8fc2;
	padding:13px;
	text-align: center;
	vertical-align: middle;
        margin-left: auto;
        margin-right: auto
}
