/*##########
# classes: #
##########*/

.HideDiv
{ 
visibility:hidden;
}

.text {
	color: #002113;
	font-size: 10px;
	font-weight: normal;
	font-family: Verdana, "Trebuchet MS", Arial, Helvetica, sans-serif;
	text-decoration: none;
; text-align: justify

}

.green {
	background-color: #003921;
}

.white {
	background-color: #ffffff;
}

.light {
	background-color: #28a773;
}

.grey {
	background-color: #f1f1f1;
}

.subnav {
	background-color: #ffff92;
}

/*################
# form elements: #
################*/

.dropBox {
	color: #8f8f8b;
	font-size: 10px;
	font-weight: bold;
	font-family: Verdana,Trebuchet MS,Arial,Helvetica,sans-serif;
	background-color: #ffffff;
	border: 1px #8f8f8b solid;
}

.textBox {
	color: #8f8f8b;
	font-size: 10px;
	font-family: Verdana,Trebuchet MS,Arial,Helvetica,sans-serif;
	background-color: #ffffff;
	border-style: 0;
	border: 1px #8f8f8b solid;
}

.textArea {
	color: #8f8f8b;
	font-size: 10px;
	font-family: Verdana,Trebuchet MS,Arial,Helvetica,sans-serif;
	background-color: #ffffff;
	border-style: 0;
	
	border: 1px #8f8f8b solid;
}

.textOnly {
	color: Red;
	font-size: 9px;
	font-family: Verdana,Trebuchet MS,Arial,Helvetica,sans-serif;
	background-color: #ffffff;
	font-weight: Bold;
	
}

.textLink {
	color:#28a773;
	font-size: 10px;
	font-weight: normal;
	font-family: Verdana,Trebuchet MS,Arial,Helvetica,sans-serif;
	text-decoration: none;
}

.textLinkLI 
{
	color:maroon;
}

/*################
# page elements: #
################*/

a {
	color: #8f8f8b;
	font-size: 10px;
	font-weight: normal;
	font-family: Verdana,Trebuchet MS,Arial,Helvetica,sans-serif;
	text-decoration: underline;
}

a:hover {
	color: #8f8f8b;
	font-size: 10px;
	font-weight: normal;
	font-family: Verdana,Trebuchet MS,Arial,Helvetica,sans-serif;
	text-decoration: none;
}

body {
	margin: 0px;
	padding: 0px;
	background-color: #003921;
	font-size: 10px;
	font-family: Verdana,Trebuchet MS,Arial,Helvetica,sans-serif;
}

.txt-green   {  font-family: Arial, Helvetica, sans-serif; font-size: 11px; font-weight: bold; color: #009966; text-decoration: none}
.txtHeader   {  font-family: Arial, Helvetica, sans-serif; font-size: 13px; font-weight: bold; color: #009966; text-decoration: none; font-variant: small-caps; text-transform: uppercase}
.txt-Large   {  font-family: Arial, Helvetica, sans-serif; font-size: 18px; font-weight: bold; color: #009966; text-decoration: none}
.txt-Mission {  font-family: Arial, Helvetica, sans-serif; font-size: 16px; font-weight: bold; color: #000000; text-decoration: none}