@charset "utf-8";
/* INICIO DOS ESTILOS HTML */
body {
	margin-bottom:0;
	margin-left:0;
	margin-right:0;
	margin-top:0;
}
td {
	font-family:Tahoma, Geneva, sans-serif;
	font-size:13px;
	color:#fef1e3;
}
a:link {
	font-family:Tahoma, Geneva, sans-serif;
	font-size:11px;
	color:#fef1e3;
	text-align:right;
	text-decoration:none;	
}	
a:active {
	font-family:Tahoma, Geneva, sans-serif;
	font-size:11px;
	color:#fef1e3;
	text-align:right;
	text-decoration:none;	
}	
a:visited {
	font-family:Tahoma, Geneva, sans-serif;
	font-size:11px;
	color:#fef1e3;
	text-align:right;
	text-decoration:none;	
}	
a:hover {
	font-family:Tahoma, Geneva, sans-serif;
	font-size:11px;
	color:#b06806;
	text-align:right;
	text-decoration:none;
}

/* FIM DOS ESTILOS HTML */


.titulo {
	font-family:Tahoma, Geneva, sans-serif;
	font-size:16px;
	font-weight:bold;
	color:#333;
}
.destaque {
	font-family:Tahoma, Geneva, sans-serif;
	font-size:12px;
	font-weight:bold;
	color:#333;
}
.fundo_titulos {
	font-family:Tahoma, Geneva, sans-serif;
	font-size:11px;
	color:#fef1e3;
	background-image:url(../imagens/fundo_titulos.jpg);
	text-align:right;
}
.fundo_rodape {
	font-family:Tahoma, Geneva, sans-serif;
	font-size:11px;
	color: #FEF0E3;
	padding: 10px;
	margin-top: 10px;
	background-image:url(../imagens/fundo_rodape.jpg);
	height: 43px;
}