.defaultText {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	text-decoration: none;
}

/* nav text */
.navText {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	text-decoration: none;
	color: #FFFFFF;
}
.navText a:link {
	color: #FFFFFF;
	text-decoration: none;
}

.navText a:hover {
	color: #990000;
	text-decoration: none;
}
.navText a:active {
	color: #990000;
	text-decoration: none;
}

/* sub nav text */
.subnavText {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	text-decoration: none;
	color: #003300;
}
.subnavText a:link {
	color: #FFFFFF;
	text-decoration: none;
}

.subnavText a:visited {
	color: #BB0000;
	text-decoration: none;
}

.subnavText a:hover {
	color: #990000;
	text-decoration: none;
}
.subnavText a:active {
	color: #990000;
	text-decoration: none;
}

/* end sub nav */

.conentTopBG {
	background-image: url(images/main-content-top.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}
a:link {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #000066;
	text-decoration: none;
}
a:visited {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #000099;
	text-decoration: none;
}
a:hover {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #990000;
	text-decoration: none;
}
a:active {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #990000;
	text-decoration: none;
}
.TitleGreenText {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	text-decoration: none;
	color: #003300;

}
.TitleBlackText {

	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	text-decoration: none;
	color: #000000;
}
.Footer {
	background-color: #A7C388;
	background-image: url(images/main-footer.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	text-align: center;
	padding: 5px;
	height: 29px;
	width: 1000px;
}
.footerText {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #003300;
	text-decoration: none;
}
.footerText a:link {
	color: #003300;
	text-decoration: none;
}
.footerText a:visited {
	color: #003300;
	text-decoration: none;
}
.footerText a:hover {
	color: #990000;
	text-decoration: none;
}
.footerText a:active {
	color: #990000;
	text-decoration: none;
}


.SmallWhiteText {

	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: normal;
	color: #FFFFFF;
	text-decoration: none;
}
.conentTopBGSub {

	background-image:  url(images/sub-content-top.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}
