.heading {
	font-family: "Gill Sans";
	font-size: 24px;
	font-style: normal;
	font-weight: normal;
	color: #003300;
}


.main_title {
	font-family: "Gill Sans";
	font-size: 36px;
	font-style: normal;
	font-weight: normal;
	color: #003300;
}
.bodytext {
	font-family: "Gill Sans";
	font-size: 14px;
	font-style: normal;
	font-weight: normal;
	color: #003300;
}
.sidebar {
	font-family: "Gill Sans";
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	color: #003300;
}
a {
	font-family: Gill Sans;
	font-size: 14px;
	color: #003300;
}
a:link {
	text-decoration: underline;
}
a:visited {
	text-decoration: underline;
	color: #003300;
}
a:hover {
	text-decoration: none;
}
a:active {
	text-decoration: underline;
}
