.normal {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}
body {
	background-color: #1E4114;
	margin: 0px;
}
.left_nav {
	background-image: url(images/left_nav_fill.jpg);
}
h2 {
	color: #244E18;
	font-family: Arial, Helvetica, sans-serif;
}

.footer {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #00004F;
}
a.footer:link {
	text-decoration: underline;
	color: #00004F;
}
a.footer:visited {
	color: #1E4114;
	text-decoration: underline;
}
a.footer:hover {
	color: #00004F;
	text-decoration: none;
}
a.footer:active {
	color: #00004F;
	text-decoration: underline;
}
.field {
	font-family: "Courier New", Courier, mono;
	font-size: 12px;
}
.red {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FF0000;
}
.normalSmall {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
}
