table, body {
	font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 10pt; color: #666666;
}

label {
	cursor: hand;
	color: e7f2fc;
}

.msg_erro {
	text-align: center;
	font-style: italic;
	color: darkred;
}

input {
	font-family: Tahoma, Verdana, Arial, sans-serif, serif;
	font-size: 9pt;
	font-style: normal;
	border: 1px #CCCCCC solid;
	background-color: #FFFFFF;
	color: #3E5371;
}

#fm-submit {
  text-align: center;
  padding: 5px;
	margin: auto;
}

#submit {
	font-size: 1.8em;
}

/*
th {
	background-color: #eee5CE;
	font-size: 10px;
	color: #6481a9;
}
*/

td#bg {
	background-color: #eee5CE;
	font-size: 8pt;
	font-weight: bold;
	color: 6481a9;
}
tr#bg {
	background-color: #FFF5CE;
	color: 6481a9;
}



/* Estilo dos links: */
a:link {
	text-decoration: none;
	color: #6481a9;
	font-weight: normal;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
}
a:visited {
	text-decoration: none;
	color: #990000;
	font-weight: normal;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
}
a:hover {
	text-decoration: underline;
	color: 6481a9;
	font-weight: normal;
}
a:active {
	text-decoration: none;
	color: 6481a9;
	font-weight: normal;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
}

/* Estilo do Conteúdo: */

.titulo_branco {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #FFFFFF;
	font-weight: bolder;
}

.titulo_azul {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #425877;
	font-weight: bolder;
}

.titulo_azul_peq {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #425877;
	font-weight: bolder;
}

.titulo_vermelho_tam10 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #990000;
	font-weight: normal;
}

.titulo_cinza_tam10 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #999999;
	font-weight: normal;
}

.rodape {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #333333;
	font-weight: normal;
}

form .readonly {
	background: #ddd;
}

.necessidades_especiais_detalhes_cl {
	display: none;
}

#informe-cpf {
	text-align: center;
}

label.required{
	font-weight:bold;
}

.aviso {
	font-style: italic;
	color: darkred;
	text-align: center;
}

#erros {
	color: darkred;
	display: none;
}

.erros-resumo {
	display: none;
	font-weight: bold;
	font-size: 1.1em;
}