body {
	background-color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 18px;
	color: #006633;
}

td, th {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 18px;
	color: #006633;
}

a {
	color: #006633;
	font-weight: bold;
	text-decoration: none;
}

a:link {
	color: #006633;
	font-weight: bold;
	text-decoration: none;
}

a:visited {
  color: #006633;
  font-weight: bold;
  text-decoration: none;
}

a:hover {
	color: #009999;
	font-weight: bold;
	text-decoration: underline;
}

a:active {
	color: #006633;
	font-weight: bold;
	text-decoration: none;
}


form {
	background-color: #FFCC99;
}