<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 */

body
{
	margin:0px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:10px;
	background-color:#000000;
	color:#FFFFFF;
}

#containerLogo
{
	width:800px;
	text-align:left;
}

#logo
{
	width:220px;
	height:30px;
}

#central
{
	background-image:url(img/fundo.jpg);
	background-repeat:no-repeat;
	background-position:top;
	width:800px;
	height:1024px;
	padding-top:175px;
}

#central_videos
{
	background-image:url(img/fundo2.jpg);
	background-repeat:no-repeat;
	background-position:top;
	width:800px;
	height:1400px;
	padding-top:175px;
}

#voltar
{
	width:800px;
	text-align:left;
}

#videos
{
	width:780px;
	height:1120px;
}

#info
{
	width:780px;
	height:450px;
}

#banner
{
	margin-top:12px;
	margin-bottom:12px;
	width:784px;
	height:80px;
}

#perguntas
{	
	width:780px;
	height:450px;
}


a:link
{
	color:#FFFFFF;
	text-decoration:none;
}

a:visited
{
	color:#FFFFFF;
	text-decoration:none;
}

a:hover
{
	color:#FFFFFF;
	text-decoration:underline;
}</pre></body></html>