<style>
P  {
	font-family : verdana;
	font-size : 10pt;
}
BODY  {
	font-size : 10pt;
	font-family : verdana;
	color : #5A8F57;
}
a {
	color : #5A8F57;
	text-decoration: underline;
}
a:hover {
	color : #5A8F57;
	text-decoration: none;
}
td  {
	font-size : 10pt;
	font-family : verdana;
	color : #5A8F57;
}

.whitetext  {
	font-size : 10pt;
	font-family : verdana;
	color : white;
}
.whitelink {
	color : #FFFFFF;
	text-decoration: underline;
}
.whitelink:hover {
	color : #FFFFFF;
	text-decoration: none;
}
.tabletext {
border : 1px solid #5A8F57;
}
</style>