<style type="text/css">
<!--

.gobutton {
	background: #253f5d;
	color: #FFF200;
	color: white; 
	font-weight: bold; 
	border: 2px solid #C4161C;
	border: 2px solid #0C7F32;
}

h1 {
	clear: both;
	padding: 0.2em 0 0.2em 0.5em;
	text-align: left;
	font-size: 18pt;
	color: white;
	background: green;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border: 1px solid green;
}
h2 {
	clear: both;
	padding: 0.1em 0 0.1em 0.2em;
	text-align: left;
	font-size: 14pt;
	color: green;
	border-bottom: 1px solid green;
}
div#map {
	position: relative;
	margin: 0 0 0 0.1em;
}
div#map h2{
	margin: 0;
	padding: 0 1em 0 0;
	text-align: left;
	font-size: 14pt;
	color: green;
	border: none;
}
div#map h3{
	clear: both;
	margin: 0 0 0.4em 0;
	padding: 0;
	text-align: left;
	font-size: 14pt;
	color: green;
	border: none;
}
ul {
	text-align: left;
}
li {
	text-align: left;
}
a:link {
	text-decoration: underline;
	color: navy;
}
a:hover {
	color: red;
	text-decoration: underline;
}
a:visited {
	color: purple;
	text-decoration: underline;
}
table.admin {
	width: 95%;
	height: 100%;
	border: 2px green solid;
}
table.admin td {
	height: 90px;
	border: 1px gray solid;
	text-align: left;
	padding: 5px;
	vertical-align: top;
}
table.admin th {
	font-size: 1.3em;
	text-align: center;
}
table.admin tr {
	border: 1px grey solid;
	text-align: left;
}
em {
	color: red;
	font-weight: bold;
	text-decoration: none;
	font-style: normal;
}
img.gpoint {
	float: none;
	margin-right: 2px;
	margin-left: 10px;
}
div.maplegend {
	padding: 0.1em 0 0.1em 0.2em;
	text-align: jusitfy;
}
div.maplegend p {
	margin: 0.2em 0 0.5em 0;
}
table.list {
	width: 95%;
	height: 100%;
	border: 2px green solid;
}
table.list td {
	height: 90px;
	border: 1px gray solid;
	text-align: left;
	padding: 5px;
	vertical-align: top;
	width: 25%;
}
table.list th {
	font-size: 1.3em;
	text-align: center;
}
table.list tr {
	border: 1px grey solid;
	text-align: left;
}
-->
</style>