

.body {
	font-family:  Arial;
	font-size: 12px;
	line-height: 16px;
	font-weight: normal;
	color: #000000;
	text-decoration: none;
}

.underlinebody {
	font-family:  Arial;
	font-size: 14px;
	line-height: 16px;
	font-weight: normal;
	color: #666666;
	text-decoration: underline;
}


.heading {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 17px;
	font-weight: bold;
	color: #336600;
}
.subHeader {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #336600;
}


a {
    font-family:  Arial;
	font-size: 11px;
	color:#006600;
	text-decoration: none;
}

a:visited {
	font-family:  Arial;
	font-size: 11px;
	color: #336600;
	text-decoration: none;
}
a:hover {

	font-family:  Arial;
	font-size: 11px;
	color: #F9C136;
	text-decoration: underline;
}