@charset "utf-8";
/* CSS Document */
.textfooter {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #3F5C19;
	text-decoration: none;
}
.linkfooter {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #3F5C19;
	text-decoration: none;
	padding-right: 5px;
	padding-left: 5px;
}
.linkfooter:hover {
	color: #3F5C19;
	text-decoration: underline;
}
#footer{
	background-image: url(bf_footer.jpg);
	height: 60px;
	width: 647px;
}
#bgfooter {
	background-image: url(bg_footer.gif);
	height: 21px;
	width: 647px;
	background-repeat: no-repeat;
	background-position: center;
	padding-top: 5px;
	text-align: center;
	display: block;
}
#bgpowered {
	height: 25px;
	width: 647px;
	background-repeat: no-repeat;
	background-position: center;
	padding-top: 10px;
	text-align: center;
}
.textpowered {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #44361C;
	text-decoration: none;
}
.textpowered a {
	font-weight: bold;
}
.textpowered a:hover {
	font-weight: bold;
	text-decoration: underline;
}
