.body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: normal;
	color: #000;
	text-align: left;
}

.BBB {
	width:734px;
	height:80px;
}

.corpo {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
	color: #000;
}
.rodape {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	color: #000;
	text-align: center;
}

.concluido {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: normal;
	color: #000;
	text-align: center;
}
.titulo {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-style: normal;
	color: #000;
	font-weight: bold;
	text-transform: uppercase;
	text-align: center;
}
.etapa_cor {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-style: normal;
	color: #F00;
	font-weight: bold;
}

.tx_cor {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	font-style: normal;
	color: #F00;
	font-weight: normal;
}

.todoform {
background:#FFF; 
/* cor para o fundo do formulário */

font:12px arial, verdana, helvetica, sans-serif; 
/* o tamanho e o tipo da fonte no formulário */

border-collapse:collapse; 
/* retira as bordas duplas nas células da tabela */

color:#000; /* a cor para as letras */
}

.OBS {
	background:#FFF;
	border-collapse:collapse;
	color:#000;
	font-family: arial, verdana, helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
}


.botao {
color:#FFF;
/* a cor das letras Enviar */
font-family: verdana;
font-size: 13px;
font-weight: bold;
border:2px solid #666;
background-color: #000;
}
 

