/* *************************************************************************** */
/* These are the styles for the footer text */
#html_footer {
	text-align:center; /** Alignment **/
	font-family:Arial, Helvetica, sans-serif; /** Default Font **/
	font-size:11px; /** Default Font Size **/
	color:#000000; /** Default Font Color **/
	padding-top:1px; /** Padding **/
	background-color:; /** Background Color **/
}

#footer_text {
	position:relative;
	text-align:center;
	color:#ffffff;
	padding-top:50px;
	font-size:11px;
}
#footer_text a:link,
#footer_text a:visited,
#footer_text a:hover,
#footer_text a:active {
	font-family:Arial, Helvetica, sans-serif; /** Link Font **/
	font-size:11px; /** Link Font Size **/
	color:#000000; /** Link Font Color **/
}
