body {
	margin: 0;
	padding: 0;
	width: 960px;
	height: 640px;
}

div#map {
	margin: 0;
	padding: 0;
	width: 960px;
	height: 640px;
}

div.info_title {
	width: 400px;
	margin: 0;
	font-family: Tahoma, sans-serif;
	font-size: 11pt;
	font-weight: bold;
}

div.info_subtitle {
	margin: 0 0 10px 0;
	font-family: Tahoma, sans-serif;
	font-size: 9pt;
	font-weight: normal;
	font-style: italic;
}

div.info_text {
	font-family: Arial, sans-serif;
	font-size: 12pt;
}

div.info_text span {
	font-weight: bold;
	font-size: 10pt;
}

a.info_link {
	position: absolute;
	margin: 85px 0 0 374px;
	width: 26px;
	height: 26px;
	background: #ffffaa;
	border: 1px solid #6666ff;
}
a.info_link img {
	position: absolute;
	margin: 1px;
	height: 24px;
	width: 24px;
}

div#title {
	position: absolute;
	margin: 5px 0 0 80px;
	width: 300px;
	height: 60px;
	font-family: Arial, sans-serif;
	text-align: center;
	background: #ffffff;
	border: 3px ridge #777777;
}
div#title div#title1 {
	font-size: 14pt;
	font-weight: bold;
}
div#title div#title2 {
	font-size: 11pt;
}
div#title div#title2 span {
	font-size: 12pt;
	font-weight: bold;
}

table#legend {
	position: absolute;
	margin: 10px 0 0 885px;
	width: 60px;
	height: 600px;
	font-family: Arial, sans-serif;
	background: #ffffff;
	border: 3px ridge #777777;
	display: none;
}
table#legend th {
	font-size: 9pt;
}
table#legend td {
	font-size: 6pt;
	font-weight: bold;
	text-align: center;
}

img#acis {
	position: absolute;
	margin: 548px 0 0 700px;
	width: 144px;
	height: 62px;
	background: #ffffff;
	border: 1px solid #666666;
}
