@charset "UTF-8";
/* CSS Document */

div#footer {
	color:#FFFFFF;
	font-size:11px;
}
#footer a {
	color:#FFFFFF;
	text-decoration:none;
}
#footer a:hover {
	text-decoration:underline;
	background:none;
}
div#footerTop {
	background-image:url(../images/footer-top.jpg);
	background-repeat:no-repeat;
	height:41px;
}
div#footerMid {
	padding:10px;
	background-color:#73BB28;
}
div#footerBottom {
	background-image:url(../images/footer-bottom.jpg);
	background-repeat:no-repeat;
	height:19px;
}