﻿body {
	font-family: "Trebuchet MS", "Lucida Sans Unicode", "Lucida Grande", "Lucida Sans", Arial, sans-serif;
	font-size: medium;
	padding: 0px;
	margin: 0px;
	border: none;
	background-color: #030301;
}
table, tr, td, h1, h2, h3 {
	padding: 0px;
	margin: 0px;
	border: none;
}
h1 {
	font-size: larger;
}
.footerText {
	color: #598913;
	background-color: #1f3209;
}
td.footerText {
	border-top: #7d9e2d 2px solid;
	font-weight: bold;
	font-size: small;
	padding: 22px;
}
td.menu {
	background-color: #111c05;
	font-family: Cambria, Cochin, Georgia, Times, "Times New Roman", serif;
	font-weight: bold;
	width: 140px;
	padding-top: 5px;
	padding-left: 5px;
	padding-bottom: 5px;
}
a.menu {
	color: white;
	text-decoration: none;
	padding: 0px;
	margin: 0px;
}
.bodyTextFG{
	color: white;
	z-index: 2;
	position: relative;
	background-image: url('img/body_transparency.png');
	padding: 22px;
	font-size: small;
	overflow: hidden;
	width: 822px;
}
.lime {
	color: lime;
	font-weight: bold;
}