@charset "utf-8";
/* CSS Document */
body {
	background-color:#000;
}
body,td,th {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 1em;
	color: #37823C;
}
a {
	font-size: 0.8em;
	color: #FFF;
	font-weight: bold;
}
a:link {
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #FFF;
}
a:hover {
	text-decoration: underline;
	color: #37823C;
}
a:active {
	text-decoration: none;
	color: #FFF;
}
body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}
h2 {
	font-size: 2em;
	color: #37823C;
	font-weight: 100;
}
p {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 0.9em;
	color: #37823c;
}
#whiteBigHeader {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 2em;
	color: #FFF;
}
#greenBigHeader {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 2em;
	color: #37823C;
}
h1 {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 1.5em;
	color: #37823c;
	font-style: normal;
	font-weight: 100;
}
#white_small {
	color: #FFF;
}
.justified {
	text-align: justify;
}
textarea, input {
	background-image: url(images/contact_field_bg.jpg);
	background-repeat: no-repeat;
	color: 37823c;
	padding-top: 4px;
	padding-bottom: 4px;
	padding-left: 10px;
	padding-right: 10px;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	font-weight: normal;
	overflow: hidden;
}

