/*CSS geral */
body {
	margin-left: 0px;
	margin-top: 0px;
	background-image: url(../_imagens/pagina_bg.jpg);
	margin-right: 0px;
	margin-bottom: 0px;
}
.texto_rodape {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #FFFFFF;
}
.titulo_destaque {
	font-size: 16px;
	color: #ED5D00;
	font-family: "Trebuchet MS", Tahoma, Arial;
	font-weight: bold;
}
.texto_destaque {font-size: 12px; color: #666666; font-family: Verdana, Arial, Helvetica, sans-serif;}

  A:hover{text-decoration : none; text-decoration: underline;}
	A.saibamais
	{color:#666666; text-decoration:underline; font-weight: bold; font-size: 10px;}
	
.submenu {
	font-family: "Trebuchet MS", Tahoma, Arial;
	font-weight: bold;
	font-size: 12px;
}
/*css incluido na página*/
#travatela {
	background:			#BBE0E3;
	width:				785px;
	height:				675px;
	position:			absolute;
	filter:				alpha(opacity=25);
	opacity:			.15;
	z-index:			1;
	display:			none;
}
#resultado {
	position:		absolute;
	margin-top:		200px;
	margin-left:	0px;
	background:		#fff;
	border:			1px solid #003399;
	z-index:		2;
	display:		none;
	padding:		20px;
	text-align:		center;
	width:			400px;
}
#resultado p{
	font-size:		16px;
	color:			#ED5D00;
	font-family:	"Trebuchet MS", Tahoma, Arial;
	font-weight:	bold;
	text-align:		justify;
	font-weight:	none;
}
#resultado .centro {
	width:			53px !important;
	height:			20px;
	margin:			0 auto;
	display:		block;	
}

