/* *************************************************************************** */
/* These are the styles for the footer text */
#html_footer {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	color:#ffffff; /** Default Font Color **/
	background-color:#none;
}
#footer_text {
	position:relative;
	padding:0px;
	float:left;
}
#footer_text {
	position:relative;
	text-align:center;
	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; /** Link Font Size **/
	color:#57a2e9; /** Link Font Color **/
	text-align:left;
}
}