/* text nav and footer styles */

.textnav {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #757373;
   }
.textnav a, .textnav a:visited {
	color: #124F72;
	text-decoration: none;
   }
.textnav a:active, .textnav a:hover {
	color: #CC9900;
	text-decoration: none;
   }
.footer {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #757373;
   }
.footer a, .footer a:visited {
	color: #124F72;
	text-decoration: none;
   }
.footer a:active, footer a:hover {
	color: #CC9900;
	text-decoration: none;
   }

