.txtTitulos {
        font-size: 12px;
        font-weight: bold;
        color: #333333;
}
.txtGeral {
        font-size: 11px;
        color: #333333;
}
.txtForm {
        font-size: 11px;
        font-weight: bold;
        color: #333333;
}

.txtProdutosTit1 {
        font-family: Verdana, Arial, Helvetica, sans-serif;
        font-size: 10px;
        color: #FF3300;
}

.txtProdutosTit2 {
        font-family: Verdana, Arial, Helvetica, sans-serif;
        font-size: 14px;
        font-weight: bold;
        color: #FF3300;
}

.tblBorda{
		border: 1px solid #FF3300;
}

.tblBordaInferior{
		border-top: none;
		border-left: none;
		border-right: none;
		border-bottom: 1px solid #FF3300;
}


