body {
	background-color: #D3F8D6;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}
table, tr, td {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
}
a:active {
	text-decoration: none;
	color: #336633;
}
a:link {
	text-decoration: none;
	color: #336633;
}
a:visited {
	text-decoration: none;
	color: #336633;
}
a:hover {
	color: #77EA7F;
	text-decoration: none;
}
h1 {
	font-size: 18px;
	font-weight: bold;
	color: #000000;
}
h2 {
	font-size: 14px;
	font-weight: bold;
	color: #009900;
}
.content {
	background-color: #FFFFFF;
	padding: 20px;
	border-top-width: 0px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #000000;
	border-right-color: #000000;
	border-bottom-color: #000000;
	border-left-color: #000000;
}
.navigation {  font-size: 10px; font-weight: bold}
.links { font-size: 10px}
.title {  font-size: 16px; font-weight: normal}
.heading {  font-size: 12px; font-weight: bold}
.texttiny { font-size: 10px}
.text {  font-size: 12px}
.textsmall {  font-size: 10px; font-weight: bold}
.textcolour {  font-size: 12px; color: #009900}
.menu {
	background-image: url(/images/menu_bg.gif);
	background-repeat: repeat-y;
	background-position: center top;
	padding: 10px;
}
.buttonon {
	background-image: url(/images/button_on.gif);
	background-repeat: no-repeat;
	background-position: center top;
}
.buttonoff {
	background-image: url(/images/button_off.gif);
	background-repeat: no-repeat;
	background-position: center top;
}

