@charset "UTF-8";
/* CSS Document */

#rodapeh-linha_verde {
	position:absolute;
	left:0px;
	top:585px;
	width:100%;
	height:10px;
	z-index:7;
	background-color: #b3d341;
}

#rodapeh {
	position:absolute;
	left:0px;
	top:595px;
	width:100%;
	height:100px;
	z-index:8;
	background-color: #7c8142;
}

#rodapeh p {
	font-family: Verdana, Geneva, sans-serif;
	color: #b2d240;
	font-size: 10px;
	line-height: 22px;
}

#rodapeh a:link {
	text-decoration: none;
	color: #b2d240;
}
#rodapeh a:visited {
	text-decoration: none;
	color: #C5D75D;
}
#rodapeh a:hover {
	text-decoration: underline;
	color: #EEE5D8;
}
#rodapeh a:active {
	text-decoration: none;
	color: #CCE2E2;
}
