body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	position: static;
}
.text {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}
.textBLD {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
}
.Grn24 {
	font-family: Arial, Helvetica, sans-serif; 
	color:#006600; 
	font-size:24px;
}
.WhtBLD16 {
	color: #FFFFFF;
	font-size: 16px;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;	
}
.WhtBLD14 {
	color: #FFFFFF;
	font-size: 14px;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;	
}
.dropcap {
	color: #000000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 2em;
	float: inherit;
}
a:link {
	color: #FFFFFF; 
	text-decoration: none;
}
a:visited {
	color: #FFFFFF;
	text-decoration: none;
}
a:active {
	text-decoration: none;
	color: #FFFFFF;
}
.linksel a:hover { 
  color: #330000; 
  text-decoration: none; 
} 
/*Put the a:hover last of the "a:" - that gives it the most importance
 - thus a visited link will still respond to the hover command & not stay the color of the a:visited*/
a:hover {
	color: #330000; !important
	text-decoration: none;
}
.footer {
	bottom: 0;
	text-align: center;
	border: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	width: 100%;
	background-color:#006600;
	visibility: inherit;
	vertical-align: middle;
}
.ImgFloatLt {
	border: 5px;
	border-color:#000000;
	float: left;
}
.ImgFloatRt {
	border: 5px;
	border-color:#000000;
	float: right;
}

