@charset "utf-8";
/* CSS Document */
.footer a {
	font-family: Tahoma, Calibri;
	font-size: 12px;
	color: #000000;
}
.footer  a:link {
	text-decoration: none;
}
.footer  a:visited {
	text-decoration: none;
	color: #000000;
}
.footer  a:hover {
	text-decoration: none;
	color:#0000FF;
}
.footer  a:active {
	text-decoration: none;
	color: #0000FF;
}
body,td,th {
	font-family: Tahoma, Calibri;
	font-size: 12px;
	color: #000000;
}