body, a, td {
    font-family: "Georgia";
    font-size: 11px;
    margin-left: 0px;
    margin-top: 0px;
    margin-right: 0px;
    color: #000000;
}

body {
    overflow: -moz-scrollbars-vertical;
    background-color: #ffffff;
}

a, .comentario {
    font-weight: bold;
    color: #000000;
}

h1 {
    font-size: 12px;
    font-weight: bold;
    margin: 0px;
    padding: 0px;
}

.interna {
    background-image: url(images/background.jpg);
    background-repeat: no-repeat;
    background-position: top; 
    background-color: #ffffff;
}

#background_menu {
    background-image: url(images/menu_off.jpg);
    vertical-align: top;
}

.area_texto {
    vertical-align: top;
    padding-top: 10px;
}

.rodape_texto {
    font-family: "Verdana";
    font-size: 11px;
    color: #cea265;
}

.rodape_texto a {
    font-family: "Verdana";
    font-size: 11px;
    color: #cea265;
	text-decoration: none;
}

.rodape_texto a:hover {
    font-family: "Verdana";
    font-size: 11px;
    color: #cea265;
	text-decoration: underline;
}












.final {
    height: 80px;
    background-image: url(images/fundo_final.jpg);
    background-repeat: repeat-x;
}

.header {
    background-image: url(images/header.jpg);
}

.espaco_menu {
    padding-left: 10px;
}

.espaco_menu2 {
    padding-left: 10px;
}

.texto_interna {
    padding-left: 15px;
    padding-right: 11px;
    padding-top: 5px;
    padding-bottom: 5px;
    text-align: left;
	vertical-align: top;
	height: 450px;
}

.rodape {
    background-image: url(images/rodape.jpg);	
}

.rodape_p1 {
    padding-left: 120px;
}

.compartilhe {
    color: #cea265
}

#texto_topo {
    width: 520px;
    height: 20px;
}

#texto_topo_esquerda {
    width: 460px;
    height: 20px;
    float: left;
}

#texto_topo_direita {
    width: 60px;
    height: 20px;
    float: right;
}

#texto_topo_opinioes {
    width: 350px;
    height: 20px;
}

#texto_topo_esquerda_opinioes {
    width: 290px;
    height: 20px;
    float: left;
}

#texto_topo_direita_opinioes {
    width: 60px;
    height: 20px;
    float: right;
}

.formulario {
    padding-left: 2px;
}

.campos_formulario, .campos_radio, .campos_formulario_duplo, .textfield_orcamento, .textarea_laminas {
    font-size: 11px;
    color: #000000;
	text-align: left;
}

.campos_formulario {
    font-size: 11px;
}

.campos_radio {
    font-size: 9px;
}

.campos_formulario_duplo {
    font-size: 11px;
    width: 42px;
}

.textfield_orcamento {
    font-size: 11px;
    color: #000000;
    width: 90px;
    height: 15px;
    border-color: #000000;
    background-color: #f5e3ba;
    background-image: url(images/fundo_opiniao.jpg);
    border-width: 1px;
    border-style: solid;
    padding-left: 5px;
}

.textarea_laminas {
    font-size: 11px;
    color: #000000;
    width: 135px;
    height: 80px;
    border-color: #000000;
    background-color: #f5e3ba;
    background-image: url(images/fundo_opiniao.jpg);
    border-width: 1px;
    border-style: solid;
    padding-top: 1px;
    padding-left: 5px;
    overflow: auto;
}

.btn_formulario {
    padding-right: 12px;
}