/* CSS Document */

.footer_text {
color:#333333;
font-family:Geneva, Arial, Helvetica, sans-serif;
font-size:10px;
padding-bottom:3px;
}


a.footer_text:link {
	color: #a0140c;
	text-decoration: none;
}

a.footer_text:visited {
	text-decoration: none;
	color: #a0140c;
}

a.footer_text:hover {
	text-decoration: none;
	color: #ffb21c;
}

a.footer_text:active {
	text-decoration: none;
	color: #a0140c;
}