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

.footer_red {
	font-family: tahoma;
	font-size: 10px;
	color: #FF0000;
}
.footer_links {
	font-family: tahoma;
	font-size: 9px;
	color: #808080;
	text-decoration: none;
	line-height:15px;
}
.footer_links a:hover {
	color: #ffffff;
	text-decoration: underline;
}
.footer_grey {
	font-family: tahoma;
	font-size: 10px;
	color: #808080;
}

