body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	margin: 0px;
}
.SolidBarTop {
	background-color: #2A7425;
}
.SolidBarBottom {
	background-color: #84FAA0;
}
.NavBar {
	background-color: #84FAA0;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
}
.NavText, .NavText:Visited {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
	text-decoration: none;
}
.NavText:Hover {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #FFFFFF;
	text-decoration: underline;
}.welcome {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #4e2333;
	font-weight: bold;

}
.bodytext {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #663300;
	font-weight: normal;
	text-decoration: none;


}
.dottedborder {
	border-right-width: 1px;
	border-right-style: dotted;
	border-right-color: #333333;
}
.tableborder {
	border-left-width: thin;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: solid;
	border-left-color: #FF99CC;
}
.imageborder {
	border: thin solid #FF99CC;
}
.bottomborder {
	border-bottom-width: thin;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: none;
	border-bottom-color: #f88cb3;
}

