@charset "UTF-8";
.footer {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #FFF;
	padding: 0px;
	text-decoration: none;
}
.footerlink:link, .footerlink:visited{
	color: #FFF;
	text-decoration: none;
}

.footerlink:hover{
	color: #ffff00;
	text-decoration: none;
}

.footerlink:active{
	color: #CCC;
	text-decoration: none;
}

