<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "utf-8";
/* CSS Document */
@font-face{
	font-family:"Helvetica";
	src: url('fonts/Helvetica.ttf');
	src: url('fonts/Helvetica.eot');
   src: local('Helvetica'), url('fonts/Helvetica.ttf');	
   src: local('Helvetica'), url('fonts/Helvetica.eot');	
	font-weight: normal;
	font-style: normal;
}

#tudo{
	height:393px;
	width:858px;
	min-height:393px;
	min-width:858px;
	overflow:hidden;
}

#imagem{
	float:left;
}
#coluna{
	float:right;
	margin-top:50px;
}
#caixa{
	padding:5px;
	padding-top:6px;
	background-color:#BFBFBF;
	width:233px;
	margin-top:10px;
}
#titulo{
	color:#666666;
	font-family:"Helvetica";
	font-size:15px;
}
#texto{
	color:#ffffff;
	font-family:"Helvetica";
	font-size:15px;
	text-transform:uppercase;
}
.pp_content{
	width:100%;
}</pre></body></html>