.heading {
	font-family: "Times New Roman", Times, serif;
	font-size: 16px;
	color: #609221;
	font-weight: bold;
	text-transform: uppercase;
}
.headingNotCaps {
	font-family: "Times New Roman", Times, serif;
	font-size: 16px;
	color: #609221;
	font-weight: bold;
	text-transform: capitalize;
}

.text, p {
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #555555;
	line-height: 15px;
}
.text a {
	color: #555555;
}
.text a:hover {
	color: #003300;
	text-decoration: none;
}

.textBLUE {
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #003366;
	line-height: 15px;
}
.textBLUE a {
	color: #003366;
}
.textBLUE a:hover {
	color: #003366;
	text-decoration: none;
}
.textRED {
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #990000;
	line-height: 15px;
}
.textRED a {
	color: #990000;
}
.textRED a:hover {
	color: #990000;
	text-decoration: none;
}
.textGREEN {
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #003300;
	line-height: 15px;
}
.textGREEN a {
	color: #003300;
}
.textGREEN a:hover {
	color: #003300;
	text-decoration: none;
}

.small {
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #333333;
}
.small a {
	color: #333333;
}
.small a:hover {
	color: #003300;
	text-decoration: none;
}

.caption {
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #858968;
}
.caption a {
	color: #858968;
}
.copyright {
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #858968;
}
.caption a {
	color: #858968;
}
