.texto_geral {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #354F03;
}

.titulo {
	background-image: url(../img/tit_cadastro.gif);
	background-repeat: no-repeat;
	float: right;
	text-indent: -5000px;
	
}.conteudo {
	vertical-align: top;
	padding-left: 4px;
	padding-right: 4px;
}

h3 {

	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	color: #829230;
	padding: 0px;
	margin-top: 8px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 0px;
}

hr {
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #DADAC9;
	border-right-color: #FFFFFF;
	border-bottom-color: #FFFFFF;
	border-left-color: #FFFFFF;
}

.bg_album {
	background-image: url(../img/bg_galeria_fotos.jpg);
	background-repeat: no-repeat;
	vertical-align: top;
	margin: 10px;
}
.texto_pqn {
	font-size: 10px;
	text-decoration: none;
}


.fundo_menu {
	background-image: url(../img/bg_menu_oque.jpg);
	background-repeat: no-repeat;
}



.formulario {
	line-height: 16px;
	border: 1px solid #91A369;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #635D4C;
	padding-left: 2px;
	background: url(../img/bg_combo.jpg) repeat-x;
}


.formulario_select {
	line-height: 16px;
	border: 1px solid #91A369;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #635D4C;
	padding-left: 4px;
	background-color: #EEEEEE;
	text-decoration: none;
	text-transform: uppercase;
}
.formulario_selectprofissao {
	line-height: 16px;
	border: 1px solid #91A369;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #635D4C;
	padding-left: 2px;
	background-color: #EEEEEE;
	text-decoration: none;
	width: 250px;
	text-transform: uppercase;
}

a:link {
	color: #354F03;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #687607;
}
a:hover {
	text-decoration: underline;
	color: 354F03;
}
a:active {
	text-decoration: none;
	color: 354F03;
}

