.heading {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 36px;
	color: #008A0D;
}
.bodytext {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #008A0D;
}
.bodytextbold {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #008A0D;
	font-weight: bold;
}
.smalltext {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #008A0D;
}
.smallgreenheading {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #008A0D;
}
.largeheading {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 36px;
	font-weight: bold;
	text-transform: uppercase;
	color: #008A0D;
	text-align: center;
}
.mediumgreenheading {
	font-family: "Times New Roman", Times, serif;
	font-size: 24px;
	font-weight: bold;
	text-transform: uppercase;
	color: #008A0D;
}
.smalltextwhite {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #FFFFFF;
}

.capitalise {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	color: #008A0D;
	text-transform: uppercase;
}
