table {
	font-family: Verdana, Arial;
	font-size: 10px;
}
.titulo {
	font-family: Verdana, Arial;
	font-size: 12px;
	font-weight: bold;
}
.tabela {
	border: 1px solid #999999;
}
.sim {
	background-color: #a8a8a8;
}
.nao {
}

.tabelaborda {
	border-top-style: none;
	border-right-style: solid;
	border-bottom-style: none;
	border-left-style: solid;
	border-right-color: #999999;
	border-left-color: #999999;
	border-right-width: thin;
	border-left-width: thin;
}
.bordabaixo {
	border-top: 1px solid #999999;
	border-right: 1px none #999999;
	border-bottom: 1px solid #009966;
	border-left: 1px none #999999;

}
.justificado {
	text-align: justify;
	text-indent: 30pt;
}
.bordabusca {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #e9e9e9;
}

