/* CSS Document */

body {
	background-color: #349417;
}
body,td,th {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
}
a:link {
	color: #2D7917;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #2D7917;
}
a:hover {
	text-decoration: underline;
	color: #60AB4C;
}
a:active {
	text-decoration: none;
	color: #2D7917;
}