a:link {
	color: #246171;
	text-decoration: underline;
}
a:visited {
	color: #246171;
	text-decoration: underline;
}
a:hover {
	color: #246171;
	text-decoration: none;
}
a:active {
	color: #246171;
	text-decoration: underline;
}

.textHeader {
	color: #175b6c;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
}
.leftNav-Header {
	font-family: "Times New Roman", Times, serif;
	font-size: 14px;
	font-weight: bold;
	color: #FFFFFF;
	text-indent: 5px;
}

.textRegular {
	font: 12px Arial, Helvetica, sans-serif;
	color: #7a7662;
}
.textFooter {
	font: 12px Arial, Helvetica, sans-serif;
	color: #7a7662;
	text-decoration: none;
}
.footerTextSmall {
	font: 9px Verdana, Arial, Helvetica, sans-serif;
}

.textFooter:link {
    color: #7a7662; 
	font-family: Arial, Helvetica, sans-serif; 
	font-size: 12px; 
	text-decoration: none;
}
.textFooter:hover {
     color: #7a7662; 
	 font-family: Arial, Helvetica, sans-serif; 
	 font-size: 12px; 
	 text-decoration: underline;
}
.textFooter:active {
     color: #7a7662; 
	 font-family: Arial, Helvetica, sans-serif; 
	 font-size: 12px; 
	 text-decoration: none;
}
.textFooter:visited {
     color: #7a7662; 
	 font-family: Arial, Helvetica, sans-serif; 
	 font-size: 12px; 
	 text-decoration: none;
}
