@charset "UTF-8";
/* CSS Document */

.footer {
	color: #005A9A;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 8pt;
	font-style: normal;
	}
.footer a:link { 
	color: #005A9A;
	font-size: 8pt;
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;

	}
.footer a:visited { 
	color: #005A9A;
	font-size: 8pt;
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;

	}
.footer a:hover { 
	color: #008bed;
	text-decoration: none;
	font-size: 8pt;
	font-family: Arial, Helvetica, sans-serif;
	}
.footer a:active { 
	text-decoration: none;
	color: #005A9A;
	font-size: 8pt;
	font-family: Arial, Helvetica, sans-serif;
	}
	
