/* CSS Document */

 .normal    { color: #61a35a; font-family: helvetica, geneva;
font-size: 12px; font-weight: bold; }

td     { font-family: helvetica; font-size: 12px }
P     { font-family: helvetica; font-size: 12px }

body { background-color: #1F7A7F;
}
.style1 {
	font-family: helvetica, geneva, Arial, sans-serif;
	font-size: 12px;
	color: #61a35a;
}
a:link {
	color: black;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: black;
}
a:hover {
	text-decoration: underline;
}
a:active {
	text-decoration: none;
}


