<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 {
	background-color: #000000;
	
}
a {
	text-decoration:none;
	color:#AFFFF0;
}
#container{
	width:914px;
	margin-right:auto;
	margin-left:auto;
	margin-top:10px;
	float:none;
	font-family:Georgia, "Times New Roman", Times, serif;
	color:#AFFFF0;
	text-align:center;
	font-size:12px;
	font-weight:bold;
	font-family: Geneva, Arial, Helvetica, sans-serif;
}
div {
float:left;
}
#topo {
width:100%;
height:255px;
background:url(../images/logo.jpg) no-repeat;

}
#meio {
width:100%;
background-image:url(../images/BlocoCentral.jpg);
background-repeat:no-repeat;
margin-top:10px;
}
#base {
	width:100%;
	background-image:url(../images/fundo_baixo.gif);
	margin-bottom: 10px;
}
#botoes {
width:750px;
height:40px;
margin-top:0px;
}
#texto_meio {
padding:10px;
width:520px;
color:#AFFFF0;
font-size:13px;
line-height:18px;
}
#banner_meio {
width:350px;
}
#banner_topo {
	float:right;
	width:230px;
	margin-right:90px;
}
h2 {
	font-size:20px;
	}
h3 {
	font-size:16px;
	display:block;
	text-align:center;
	}
img {
border:0px;
float:left;
}
#textos_baixo {
width:900px;
padding: 0 10px 0 40px;
}
.meio_baixo  {
width:255px;
margin:0 20px 40px 0;
border-right: #AFFFF0 1px solid;
padding-right:20px;
height:170px;
}
.meio_baixo p {
width:130px;
float:left;
font-weight:normal;
text-align:left;
margin-left:20px;
}
#textos_baixo h3 {
text-align:left;
}

.meio_baixo1 {width:255px;
margin:0 20px 40px 0;
border-right: #AFFFF0 1px solid;
padding-right:20px;
}
.style1 {color: #000000}
form {
	line-height:150%;
	}
	#textos_baixo h3 {
text-align:left;
}
label {
	float:left;
	}
	
	label { display:block; margin-top: 10px; }
            label.error { float: none; color: red; margin: 0 .5em 0 0; vertical-align: top; }
            form p { clear: both; }
            .submit { margin-top: 1em; }
            em { font-weight: bold; padding-right: 1em; vertical-align: top; }
			.obrigatorio {color:#FF0000; font-weight:bold;}
			#formularioAlt { 
				width:300px;				 
				 visibility:hidden;
				 margin-top:10px;
				}
				a:hover {
	color:#AFFFF0;
					}</pre></body></html>