.texto {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #404040;
}
.titulo {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #4F754F;
	text-align: center;
	margin-bottom: 30px;
}
.texto_titulo {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	margin-bottom: 30px;
}
body {
	margin-top: 0px;
	margin-left: 0px;
	background-color: #f0f0f0;
}
.tabela1 {
	background-color: #FFFFFF;
	padding: 12px;
	border: 5px solid #CCE0C9;
}
.subtitulo {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #076112;
	padding-top: 0px;
	padding-bottom: 0px;
}
.top_tab {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	text-indent: 10px;
	background-color: #4F754F;
	border: 1px solid #999999;
	color: #FFFFFF;
	padding-top: 3px;
	padding-bottom: 3px;
}
.botao {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	background-color: #E0ECDE;
	color: #043E0C;
	height: 25px;
}
.borda {
	border-top: 1px dashed #999999;
    height: 30px;
    width: 745px;
}
