body {
	font: 10px Verdana;
	background: #FFFFFF;
	margin: 0; 
	padding: 0;
	text-align: center;
	color: #FFFFFF;
	background-image:url(fundo.jpg);
	background-repeat:repeat-x;
	background-position:top;
}

a:link { 
	text-decoration: none; 
	color: #828282;
	}
a:visited { 
	text-decoration: none; 
	color: #828282;
	}
a:hover, a:active { 
	text-decoration: underline; 
	color: #828282;
	}

#container {
	width: 800px;
	margin: 0 auto;
	text-align: left;
}

#rodape {
	width:775px;
	float:left;
	background: #FFFFFF;
	color:#828282;
	margin: 14px 0px 18px 0px;
}

#rodape_texto {
	float:left;
	margin: 5px 5px 0px 15px;
}

#rodape_logo {
	float:right;
	margin: 55px 10px 0px 5px;
}
.texto_azul {
	font: 10px Verdana;
	color: #085499;
}
.texto_gigante {
	font: 14px Verdana;
}
.texto_azul_gigante {
	font: 14px Verdana;
	color: #085499;
	font-weight:bold;
}