@charset "utf-8";
/* CSS Document */
.footer {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #FFFFFF;
}
.footer a:link {
	color: #FFFFFF;
	text-decoration: underline
} 
.footer a:visited {
	color: #FFFFFF;
	text-decoration: underline
} 
.footer a:hover {
	color: #CBC786;
	text-decoration: none
} 
.footer a:active {
	color: #FFFFFF;
	text-decoration: none
}