@charset "UTF-8";
/* CSS Document */
	
a.footer {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #333333;
	font-weight: bold;
}
a.footer:link {
	text-decoration: none;
	color: #000000;
}
a.footer:visited {
	text-decoration: none;
	color: #000000;
}
a.footer:hover {
	text-decoration: none;
	color: #FFFFFF;
}
a.footer:active {
	text-decoration: none;
	color: #000000;
}


a.footer2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #CCCCCC;
}
a.footer2:link {
	text-decoration: none;
}
a.footer2:visited {
	text-decoration: none;
	color: #CCCCCC;
}
a.footer2:hover {
	text-decoration: none;
	color: #333333;
}
a.footer2:active {
	text-decoration: none;
	color: #CCCCCC;
}

