body{
	font-family:Arial, Helvetica, sans-serif;
	font-size:1em;
	background:#2672c0;
	color:#000;
	margin:0px;
	padding:0px;
	}
img{
	border:0px;
	}
form, input, option{
	font-family:Arial, Helvetica, sans-serif;
	font-size:1em;
	margin:0px;
	}
	
/* Front Page */
a{
	color:#f9bb00;
	font-weight:bold;
	text-decoration:none;
	}
a:hover{
	text-decoration:underline;
	}
	
.celular { background-image:url(../img/mobile.gif);
background-repeat:no-repeat;
width:485px;
height:943px;}	


/* CORPO */
.corpo{
	background:#fff;
	padding:5px;
	}
.corpo .listagem{
	border-bottom:1px dotted #2672c0;
	}
.corpo .listagem a{
	text-decoration:none;
	}
.corpo .listagem a:hover{
	background:#f9bb00;
	color:#FFFFFF;
	}
.corpo .descricao{
	font-size:0.7em;
	background:#f0f2f3;
	padding:4px;
	border-bottom:1px dotted #2672c0;
	}

/* RODAPÉ */
.rodape a{
	font-size:0.8em;
	}
.rodape a:hover{
	color:#fff;
	}	

.links_azuis { color:#0f4f90; text-decoration:none; font-weight:bold; }
.links_azuis:hover { text-decoration: underline; font-weight:bold; }