body {
	background-color: #8C9141;
	color: #000000;
	font-family:Verdana, Arial;
}
table {
	margin-left: auto;
	margin-right: auto;
	padding: 0px;
}
table, tr,td {
	background-color: #FFFFFF;
	font-size: 9pt;
}

a:link, a:visited { 
	color: #000000; 
	text-decoration: none; 
	font-weight: bold;
}
a:active, a:hover { 
	color: #8C9141; 
	text-decoration: none; 
}
.footer {
	text-align: center;
	font-size: 10px;
	padding: 5px;
}
a:link.white, a:visited.white { 
	font-size: 10px;
	color: #FFFFFF; 
	text-decoration: none; 
	font-weight: bold;
}
a:active.white, a:hover.white { 
	text-decoration: underline; 
}


