/* CSS Document */

.paginaRodape {
	width:772px;
	background-color: #FFFFFF;
	height: auto;
	position: absolute;
	left: 50%;
	margin-left: -386px;
	color: #95CCF2;
	padding-top: 20px;
}
/* INICIO LINKS RODAPE */
ul.linksRodape {
	border-top-width: 2px;
	border-top-style: dotted;
	border-top-color: #DCECFD;
	list-style-type: none;
	margin-right: 30px;
	margin-left: 30px;
}
ul.linksRodape li {
	display:inline;
}
ul.linksRodape li a {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	font-weight: normal;
	color: #95CCF2;
	text-decoration: none;
	text-align: center;
	margin: 0px;
	padding: 3px 3px;
	float: none;
	line-height: 25px;
}
ul.linksRodape li a:focus,
ul.linksRodape li a:hover {
	margin-bottom: 0px;
	color: #CC0000;
}
/* FIM LINKS RODAPE */

.textoRodape {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	text-align: center;
	padding: 10px 4px;
	background-color: #AFDAF5;
	color: #000000;
}