
.footer {
	background-image: url(/footer/img/footer.png);
	color: #CCC;
	font-size: 11px;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	background-repeat: no-repeat;
}
.footer_bext {
	background-image: url(/footer/img/footerext.png);
	background-repeat: repeat-x;
}
td#footer a:link {
	color: #CCC;
	text-decoration: none;}
	
td#footer a:visited {
	color: #CCC;
	text-decoration: none;
	}

td#footer a:hover {
text-decoration: underline;
	color: #F2F0AA;
	}
td#footer a:active {
		text-decoration: none;
	color: #F2F0AA;
	}

