/* CSS Document */

<!--
body,td,th {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #003300;
	font-weight: bold;
}
body {
	background-color: #90C894;
	background-image: url(images/heamp-leaf-background.jpg);
	background-repeat: repeat;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}
a:link {
	color: #003300;
}
a:visited {
	color: #999999;
}
a:hover {
	color: #CC0000;
}
a:active {
	color: #999999;
}
h1 {
	font-size: 18px;
	color: #000000;
}
h2 {
	font-size: 14px;
	color: #006600;
}
.smalltext {
	color: #000000;
	font-size: 10px;
	font-style: italic;
}
-->