body {
	font-family: Arial, Helvetica, sans-serif;
	color: #000000;
	background-color: #FFFFFF;
	margin: 0px;
	padding: 0px;
	font-size: 11px;
}
a {
	color: #29166f;
	text-decoration: none;
	font-weight: bold;
}
a:hover {
	text-decoration: underline;
}
.navg {
	color: #8EB42E;
	font-size: 12px;
	text-align: left;
	vertical-align: top;
	font-weight: bold;
	padding:2px 2px 1px 3px;
}
.navb {
	color: #FFFFFF;
	text-align: left;
	vertical-align: top;
	font-weight: bold;
	background-color:#29166f;
	padding:2px 2px 1px 3px;
}
a.lnavb {color: #FFFFFF;font-size: 12px;}

.titulo {
	text-align: left;
	padding: 3px;
	background-color: #A5CD39;
}

.centro {
	background-image: url(img/fundocentro.png);
	background-repeat: no-repeat;
	background-position: right bottom;
}
.rodape {
	border-width: 2px 0px 2px 0px;
	border-style: solid;
	border-color: #a5cd39;
	text-align: center;
	padding: 2px;
}
