/* *************************************************************************** */
/* These are the styles for the footer text */
#html_footer {
	padding-top:0px;
	text-align:right; /** Alignment **/
	background-color:; /** Background Color **/
}
#html_footer,
#html_footer p {
	font-family:Arial, Helvetica, sans-serif; /** Default Font **/
	font-size:11px; /** Default Font Size **/
	color:#002f65; /** Default Font Color **/
}
#footer_text {
	position:relative;
	padding-top:5px;

}
#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:10px; /** Link Font Size **/
	color:#1fb6ee; /** Link Font Color **/
	text-decoration:none;
}