

body {
    background-color : #FFF9D4;
    background-image : url('../img/fundo_home.jpg');
    background-position : top center;
    background-repeat : no-repeat;
    margin-bottom : 0px;
    margin-left : 0px;
    margin-right : 0px;
    margin-top : 0px;
  }

a{
    color : #330000;
  }

.frase {
    font-family : 'Trebuchet MS', Arial;
    font-size : 11px;
    font-weight : bold;
    color: #6B2614;
  }


.menutopo {
    color : #9B7731;
    font-family : 'Trebuchet MS', Arial;
    font-size : 11px;
    text-decoration : none;
    padding-left:5px;
    padding-right:15px;
  }


a.menutopo:hover {
    color : #6B2614;
    font-family : 'Trebuchet MS', Arial;
    font-size : 11px;
    text-decoration : none;
    padding-left:5px;
    padding-right:15px;
  }

.titulo{
	 color : #6B2614;
    font-family : 'Trebuchet MS', Arial;
    font-size : 11px;
    font-weight : bold;
    text-decoration : none;
}

.texto{
	 color : #9B7731;
    font-family : 'Trebuchet MS', Arial;
    font-size : 11px;
    text-decoration : none;
}

.textoform {
    color : #ffffff;
    font-family : 'Trebuchet MS', Arial;
    font-size : 11px;
  }


.tituloform {
    color : #ffffff;
    font-family : 'Trebuchet MS', Arial;
    font-weight : bold;
    font-size : 11px;
  }


.inputform {
    color : #000000;
    font-family : 'Trebuchet MS', Arial;
    font-size : 11px;
    width : 205px;
  }
  
.nomeform {
    color : #ffffff;
    font-family : 'Trebuchet MS', Arial;
    font-weight : bold;
    font-size : 12px;
  }  
  
.fecharx {
    color : #ffffff;
    font-family : 'Trebuchet MS', Arial;
    font-size : 11px;
    text-decoration : none;
    padding-right:3px;
  }
  
