/* *************************************************************************** */
/* These are the styles for the footer text */
#html_footer {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px; 
	color:#708192;
	background-color:none; 
}
#footer_text {
	position:relative;
	float:left;
	text-align:left;
	color:#999999;
	padding-top:5px;
}
#footer_text p{margin:0px;}

#footer_text a:link,
#footer_text a:visited,
#footer_text a:hover,
#footer_text a:active {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px; 
	color:#e9e2d6; 
}
