a, h2 a:hover, h3 a:hover {
	color: #005AA0;
	text-decoration: none;
	font-weight: bold;
	}

a:link
{
font-family: trebuchet ms, arial;
color: #0880AA;
text-decoration: none;
font-weight: bold;
font-size: 8pt;
}

a:visited {
font-family: trebuchet ms, arial;
color: #005AA0;
text-decoration: none;
font-weight: bold;
font-size: 8pt;
	}

a:hover, a:active
{
color: #005AA0;
font-family: trebuchet ms, arial
text-decoration: none;
font-weight: bold;
font-size: 8pt;
}

body {
	background-color: #D4EFFC;
	margin: 0px;
	background-image: url(./pics/fundo_big.jpg);
	background-repeat: repeat;
	}

#page {
	background-image: url(./pics/entrada_site.jpg);
	background-repeat: no-repeat;
	width: 1024px;
	height: 100%;
}	
	
.rodape {
font-family: trebuchet ms, arial;
color: #005AA0;
text-decoration: none;
font-weight: bold;
font-size: 8pt;
}

font {
font-family: trebuchet ms, arial;
text-decoration: none;
}

.texto_centro {
font-family: trebuchet ms, arial;
text-decoration: none;
font-size: 10pt;
color: #01396D;
text-align: center;
}

.texto {
font-family: trebuchet ms, arial;
text-decoration: none;
font-size: 10pt;
color: #01396D;
text-align: justify;
}


#caixa_ofertas {
	width: 250px;
	height: 350px;
	position:absolute;
	left:100px;
	top:150px;
	}

#ofertas {
	background-color: #FFFFFF;
 	filter:alpha(opacity=50);
	-moz-opacity:0.35;
	-khtml-opacity: 0.35;
	opacity: 0.35;
	color: #000000;
	width: 250px;
	height: 350px;
	position:absolute;
	left:100px;
	top:150px;
	}
