A:link {color: #537923; font-weight: normal; text-decoration: underline;}
A:visited, A:active {color: #537923; font-weight: normal; text-decoration: underline;}
a:hover {color: #537923; font-weight: normal; text-decoration: none;}

.LinkWhiteBold a:link {color: #FFFFFF; font-weight: bold; text-decoration:none;}
.LinkWhiteBold a:visited {color: #FFFFFF; font-weight: bold; text-decoration:none;} 
.LinkWhiteBold a:hover {color: #FAF6C7; font-weight: bold; text-decoration:none;}
.LinkWhiteBold a:active {color: #FFFFFF; font-weight: bold; text-decoration:none;}

.LinkBrownBold a:link {color: #7D4807; font-weight: bold; text-decoration:none;}
.LinkBrownBold a:visited {color: #7D4807; font-weight: bold; text-decoration:none;} 
.LinkBrownBold a:hover {color: #7D4807; font-weight: bold; text-decoration:underline;}
.LinkBrownBold a:active {color: #7D4807; font-weight: bold; text-decoration:none;}

.LinkGreenBold a:link {color: #4D6E22; font-weight: bold; text-decoration:none;}
.LinkGreenBold a:visited {color: #4D6E22; font-weight: bold; text-decoration:none;} 
.LinkGreenBold a:hover {color: #4D6E22; font-weight: bold; text-decoration:underline;}
.LinkGreenBold a:active {color: #4D6E22; font-weight: bold; text-decoration:none;}

.LinkGreenBold2 a:link {color: #4D6E22; font-weight: bold; text-decoration:underline;}
.LinkGreenBold2 a:visited {color: #4D6E22; font-weight: bold; text-decoration:underline;} 
.LinkGreenBold2 a:hover {color: #4D6E22; font-weight: bold; text-decoration:none;}
.LinkGreenBold2 a:active {color: #4D6E22; font-weight: bold; text-decoration:underline;}

body {
	margin-left: 0px;
	margin-top: 20px;
	margin-right: 0px;
	margin-bottom: 20px;
	
}

.WhatsNew {
	background-repeat: no-repeat;
	padding: 10px;
}

.BodyContent {
	height: 350px;
	font-weight: normal;
	color:#353535;
	font-family:  Arial;
	font-size: 8.5pt;
	padding: 20px 20px 40px 40px;
}

.BodyCalc {
	height: 350px;
	font-weight: normal;
	color:#353535;
	font-family:  Arial;
	font-size: 8.5pt;
	padding: 20px 15px 40px 15px;
}

.Justify {
	text-align: justify;
}	

.DashLineGreen {
	border-bottom: 1px dashed #D4E0B4;
	padding-bottom: 12px;
	margin-bottom:12px;
}

.DashLineYellow {
	border-bottom: 1px dashed #FBF1CF;
	padding-bottom: 6px;
	margin-bottom:6px;
}

.CITable {
	padding: 6px;
	background-color: #ffffff;
	height: 300px;
	}
	
#footer {
	color: #eac46e;
	padding: 10px 0;
}

#footer a {
	color: #eac46e;
}


