body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: white;
	background-color: #1e843b;
	margin: 10px;
	padding: 0px;
	height: 100%;
}

table {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: white;
}

input, select, textarea {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #1e843b;
}

.infoWindow {
	color: #1e843b;
	font-size: 10px;
}

h1 {
	font-size: 22px;
	font-weight: bold;
}

h2 {
	font-size: 16px;
	font-weight: bold;
}

h3 {
	font-size: 14px;
	font-weight: bold;
}

h4 {
	font-size: 12px;
	font-weight: bold;
	margin: 0px 0px 5px 0px;
	padding: 0px;
}

.inputHide {
	border: none;
	background-color: transparent;
	color: white;
}

a {
	color: #99FF33;
	text-decoration: underline;
}

a:hover {
	color: #99FF33;
	text-decoration: underline overline;
}

.infoWindow a {
	color: #1e843b;
	text-decoration: underline;
}

.infoWindow a:hover {
	color: #1e843b;
	text-decoration: underline overline;
}
