body {
	background-color: #ffffff; 
	font-family: verdana; 
	color: #2B2B2B;
	margin-left: 0px; 
	margin-right: 0px; 
	margin-top: 0px
	}

table {
	font-size: 1em;
	cellspacing: 0px;
	}

td {
	font-weight: normal;
	}

th {
	background-color: #D6EFC1;
	font-weight: bold;
	text-align: left;
	font-size: 1em;
	}

td.menu {
	width: 175px;
	padding: 20px 5px 5px 5px;
	font-weight: bold;
	font-size: 0.8em; 
	}

td.menu hr {
	color: #E2E2E2;
	}
	
td.description {
	font-size: 0.8em;
	}

td.footer {
	font-size: 0.7em;
	text-align: center;
	color: #9A9A9A;
	}
	
td.footer a {
	text-decoration: underline;
	}
	
.contentMain {
	padding: 20px 5px 20px 5px;
	vertical-align: top;
	font-size: 0.8em; 
	}

.contentMain a {
	text-decoration: underline;
	}
	
.content {
	vertical-align: top;
	font-size: 1em; 
	}

.heading1 {
	background-color: #D6EFC1;
	}

.heading2 {
	background-color: #E2E2E2;
	}
	
a {
	text-decoration: none;
	}
	
a:link {  
	color:#205611; 
	}
	
a:visited { 
	color:#33843D;
	}
	
a:hover {   
	color:#205611;
	}
	
.title,
h1 {
	font-weight: bold; 
	font-size: 1.2em;
	}
	
input,
textarea {
	border: 1px solid #2B2B2B;
	}

.button {
	border: 2px outset #298F0A;
	}