/* *************************************************************************** */
/* These are the styles for the footer text */
#html_footer {
	text-align:center; /** Alignment **/
	padding-top:1px; /** Padding **/
	background-color:; /** Background Color **/
	height:40px;
}
#html_footer,
#html_footer p {
	color:#555555; /** Default Font Color **/
	font-family:Arial, Helvetica, sans-serif; /** Default Font **/
	font-size:11px; /** Default Font Size **/
}
#footer_text {
	position:relative;
	padding:0px;
}
#footer_text {
	position:relative;
	text-align:center;
	color:#999999;
	padding-top:5px;
}
#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:#555555; /** Link Font Color **/
}