body {
	margin-left: 0px;
	margin-top: 100px;
	margin-right: 0px;
	margin-bottom: 100px;
	
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

.map_region {
	border: 1px solid #1f0082;
}

a:link {
	color: #1f0082;
	text-decoration: none;
}
a:visited {
	color: #1f0082;
	text-decoration: none;
}
a:hover {
	color: #00d800;
	text-decoration: underline;
}
a:active {
	color: #1f0082;
	text-decoration: none;
}

.green {
  	font-weight: bold;
	color: #00CC00;
}
.blue {
  	font-weight: bold;
	color: #252391;
}
.grey {
	color: #AAAAAA;
}

.sitemap {
	font-size: 12px;
}

.footer {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #252391;
}
.footer a:link {
	color: #252391;
	text-decoration: none;
}
.footer a:visited {
	color: #252391;
	text-decoration: none;
}
.footer a:hover {
	color: #252391;
	text-decoration: none;
}
.footer a:active {
	color: #252391;
	text-decoration: none;
}

