body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9pt;
	text-align: justify;
}

h1 {
	font-size: 12pt;
	font-weight: bold;
	text-transform: uppercase;
	color: #900;
	margin-top: 0px;
	margin-bottom: 10px;
}
h2 {
	font-size: 10pt;
	font-weight: bold;
	margin-top: 0px;
	margin-bottom: 10px;
	text-transform: uppercase;
}
h3 {
	font-size: 12pt;
	font-weight: bold;
	text-transform: uppercase;
	color: #900;
	margin: 0px;
}


li {
	margin-top: 0px;
	margin-bottom: 5px;
}
a:link {
	color: #900;
	text-decoration: underline;
}
a:hover {
	color: #900;
	text-decoration: none;
}
a:active {
	color: #900;
	text-decoration: none;
}
a:visited {
	color: #900;
	text-decoration: underline;
}
#Container {
	height: auto;
	width: 300px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	padding: 0px;
}

#Border {
	text-align: left;
	border: 1px solid #393818;
	padding: 5px;
}
#BBMap {
	height: 650px;
	width: 700px;
}

.BorderTable {
	padding: 5px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
}

