/* FOLHA DE ESTILO DA PAGINA */

body {
	background-color: #FFF;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}


/* FIM DIV */
	

a:link {
	color: #888;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #888;
}
a:hover {
	text-decoration: none;
	color: #ab9256;
}
a:active {
	text-decoration: none;
	color: #ab9256;
}



/* Estilos */

.menupag1 {
          color: #CC9748;
		  font-family: Arial, Helvetica, sans-serif;
		  font-size: 10px;
		  font-weight: bold;   
		  }
		  
		  
.menupag2 {
		  color: #aaa;
          font-family: Arial, Helvetica, sans-serif;
		  font-size: 10px;
		  font-weight: normal;		   
		  }

.texto1 {
        color: #000; 
        font-family: Arial, Helvetica, sans-serif;
		font-size: 14px;
		font-weight: bold;
		}
		
		
.texto2 {
        color: #000; 
        font-family: Arial, Helvetica, sans-serif;
		font-size: 12px;
		font-weight: normal;
		}
		

.texto3 {
        color: #000; 
        font-family: Arial, Helvetica, sans-serif;
		font-size: 12px;
		font-weight: bold;
		}
		

