/* *************************************************************************** */
/* These are the styles for the footer text */
#html_footer, #html_footer p {
	text-align:center;
	font-family:Arial, Helvetica, sans-serif;
	font-size:10px;
	color:#b2b19d;
	background-color:;
	margin-top:15px;
}
#footer_text {
	position:relative;
	padding:0px;
}
#footer_text {
	position:relative;
	text-align:center;
	color:#b2b19d;
	padding-top:5px;
	font-size:10px;
}
#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:10px; /** Link Font Size **/
	color:#b2b19d; /** Link Font Color **/
}
