.titulo {
	font-family: Arial;
	font-size: 12px;
	color: #002D9A;
	font-weight: bold;
	font-style: italic;
}
.texto {
	font-family: Arial;
	font-size: 11px;
}
.textorodape {
	font-family: Arial;
	font-size: 10px;
	color: #FFFFFF;
}
.tituloverde {
	font-family: Arial;
	font-size: 11px;
	color: #35A211;
}
.caixas {
	border: 1px solid #35a211;
	font-family: Arial;
	font-size: 11px;
}
.botao {
	border: 1px solid #002D9A;
	color: #FFFFFF;
	background-color: #35a211;
	font-family: Arial;
	font-size: 11px;
	font-weight: bold;
	height: 20px;
}
.link {
	font-family: Arial;
	font-size: 11px;
	color: #35A211;
	text-decoration: underline;
}
.tituloverdebold {
	font-family: Arial;
	font-size: 11px;
	color: #35A211;
	font-weight: bold;
}
.tabela {
	border: 1px solid #000000;
}
