@charset "utf-8";
/* Site */
body{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	color: #787878;
	text-align:justify;
	margin-left: 0px;
	margin-top: 0px;
}

p{
	text-align:justify;
}

/* Estrutura - Tabelas - Site */

.fundocinza{
	background-color: #efefef;
}

.fundolaranja{
	background-color: #f47321;
}

/* Estrutura - Links/Fontes - Site */

.texto_laranja{
	color:#f47321;
}

.texto_azul{
	color:#3366CC;
}

.titulo_azul{
	color:#3366CC;
	font-size:16px;	
}
.titulo_laranja{
	color:#f47321;
	font-size:16px;	
}

.texto_vermelho{
	color:#CC3300;
}

A:link   { color:#f47321; text-decoration:none; }
A:visited{ color:#f47321; text-decoration:none; }
A:active { color:#f47321; text-decoration:none; }
A:hover  { color:#3366CC; text-decoration: underline; }