body {	margin: 0px; 
	background-image: url(/template/Generic/side/background.gif); 
	background-repeat: repeat-y;
	font-size: 10pt;
	font-family: Arial, Helvetica, Tahoma, sans-serif;
	color: black;
}
.normaltext {
	font-size: 10pt;
	font-family: Arial, Helvetica, Tahoma, sans-serif;
	color: black;
}

.DT {
	font-weight: bold;
}
.HeadingText {
	font-size: 11pt;
	font-family: Arial, Helvetica, Tahoma, sans-serif;
	font-weight: bold
}
.headingtext {
	font-size: 11pt;
	font-family: Arial, Helvetica, Tahoma, sans-serif;
	font-weight: bold
}
.headertitle {
	font-size: 24pt;
	font-family: Arial, Helvetica, Tahoma, sans-serif;
	font-weight: bold;
	color: white;
 	line-height: 100%;
}
.navbar {
	background-color: #BFE476; 
	color: black;
	margin: 0px;
	font-family: Arial, Helvetica, Tahoma, sans-serif;
	font-size: 9pt;
	padding: 4px;
	margin: -1px;
	height: auto;
	font-weight: bold;
}
.quote {
	font-family: Times, serif;
	font-style: italic
}
.address {
	font-family: Times, sans-serif;
	font-style: italic
}

.headlinetext {
	font-size: 12pt;
	font-family: Arial, Helvetica, Tahoma, sans-serif;
	font-weight: bold;
	color: black
}


A:link {
	color:  #3D6017;
	font-weight: bold;
	text-decoration: none;
}
A:visited {
	color:  #B70005;
	font-weight: bold;
	text-decoration: none;
}
A:hover {
	color:  #660000;
	font-weight: bold;
	text-decoration: underline;
}
A:active {
	color:  #660000;
	font-weight: bold;
}

A.navbarlink:link {
	color:  black;
}
A.navbarlink:visited {
	color:  #333333;
}
A.navbarlink:hover {
	color:  white;
	background-color: #336633; 
}
A.navbarlink:active {
	color:  yellow;
}



