/* main copy text style */

body, td {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
}

p {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #333333;
	line-height:15px;
}
.menulinks {
	height: 19px;	font-size: 12px;
	WIDTH: 100%;
	color: #000000;
	display:block; 
	background-color: #C0E2C8;
	text-decoration: none;
	text-align: left;
	padding-top: 8px;
	padding-bottom: 8px;
	padding-right: 5px;
	padding-left: 15px;
}
.menulinks:hover {
	height: 19px;	font-size: 12px;
	WIDTH: 100%;
	color: #ffffff;
	display:block; 
	background-color: #03856B;
	text-decoration: none;
	text-align: left;
	padding-top: 8px;
	padding-bottom: 8px;
	padding-right: 5px;
	padding-left: 15px;
}

a:link, a:visited, a:active {
	color: #000000;
	text-decoration: none;
}

a:hover {
	color: #000000;
	text-decoration: underline;
}

.welcomebody2 { height:auto; font-size: 14pt; font-weight: normal; line-height: normal; }


