.Head {
	font-family: "Georgia", "Times New Roman", Times, serif;
	font-size: 32px;
	font-weight: bold;
	color: FFCC00;
}
.subHead {
	font-size: 24px;
	font-family: "Georgia", "Times New Roman", Times, serif;
	font-weight: bold;
}
.Body {
	font-family: "Georgia", "Times New Roman", Times, serif;
	line-height: 21px;
}
.Bodyindent {
	font-family: "Georgia", "Times New Roman", Times, serif;
	line-height: 21px;
	padding: 0em 0em 0em 2em;
}
.subsubHead {
	font-size: 18px;
	font-family: "Georgia", "Times New Roman", Times, serif;
	font-weight: bold;
	line-height: 24px;
}
.subsubHeadColour {
	font-size: 18px;
	font-family: "Georgia", "Times New Roman", Times, serif;
	font-weight: bold;
	color: #FFF9DA;
	font-style: italic;
	line-height: 24px;
}
.BodyTight {
	font-family: "Georgia", "Times New Roman", Times, serif;
	font-size: 90%;
	line-height: 16px;
}
.bodySmall {
	font-size: 80%;
        line-height: 130%;
}
.Checkback {
	font-family: "Georgia", "Times New Roman", Times, serif;
	font-size: 90%;
	line-height: 16px;
	color: #FFF9DA;
	font-weight: bold;
}
BODY {
  background: #90AB73;
  color: #000000;
  margin: 0px;
}

A {
  color: #000000;
  text-decoration: none;
}

a:link {
	color: #024F25;
    text-decoration: underline;
}
a:visited {
	color: #024F25;
    text-decoration: underline;
}
a:hover {
	color: #ffcc00;
    text-decoration: underline;
}

.quote {
	font-family: "Georgia", "Times New Roman", Times, serif;
	line-height: 21px;
	font-style: italic;
}
.menu {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
}
A.menu { 
  color: #FFFFFF; 
  text-decoration: none;
}

A.menu:hover {
  color: #ffffff;
  text-decoration: none;
}
a:active {
	text-decoration: none;
}
.floatleft { 
        float: left; 
        margin: -8px 8px 0px 0;
        clear: left;
}

  

