/* #### PADRÃO ---------------------------------------------------------------------- */
* {/* RESETANDO ATRIBUTOS DOS ELEMENTOS */
	margin:0;
	padding:0;
	list-style:none;
	text-decoration:none; 
	font-family: "Trebuchet MS", Sans-Serif, Calibri, Arial; 
	font-size:9pt;
	}

body {	background-color: #FFFFFF;     /* #EBEBEB  */ }

.titulo {
	font-family: Arial, Verdana, Geneva, sans-serif; 
	font-weight:bold;
	font-size:12pt;
	}
.texto {
	font-family: Arial, Verdana, Geneva, sans-serif; 
	font-size: 10pt;
}