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