
/* estilos para os formulários */

.colunaFormulario {
/*    background-color:#E9E9E9;
    font-weight:bolder;*/
    vertical-align:top;
	color: #255baa;
}
.tabelaFormulario{
    width:100%;
    border:0;
}
.textareaFormulario{
	background-color: #EDEACF;
	font-size: 12px;
	color: #255BAA;
	font-weight: bold;
	border: 1px solid #bebebe;
}
#rodape6 {
    font-size: 11px;
    font-weight: normal;
    color: #FFFFFF;
    font-family: Arial, Helvetica, sans-serif;
    overflow: hidden;
    position: relative;
    margin-top: 40px;
    margin-left: 10px;
}
#rodape6 a {
    font-size: 11px;
    font-weight: normal;
    color: #FFFFFF;
    }
#rodape6 a:hover {
    font-size: 11px;
    font-weight: normal;
    color: #FF9900
}
#pesquisa input{
    background-color: #EDEACF;
    border: 1px solid #BEBEBE;
    color: #255BAA;
		}