<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:0;
	padding:0;
	text-align:center;
	font-family:Verdana, Geneva, sans-serif;
	color:#FFF;
	font-size:12px;
	background:#003061 url(images/layout_01.jpg) top center no-repeat;
}
#tudo{
	margin:0 auto;
	width:780px;
	text-align:left;
}
#banner{
	width:780px;
	height:277px;
}
#bTop {
	width:780px;
	height:30px;
	background:url(images/layout_03.jpg) top center no-repeat;
}
#bC {
	width:100%;
	background:url(images/layout_05.jpg) center repeat-y;
	min-height:100px;
	height:auto !important;
	height:100px;
	text-align:justify;
	color:#003061;
	overflow:hidden;
	_overflow:visible;
}
#conteudo {
	width:750px;
	margin:0 auto;
}
#conteudoDir {
	width:380px;
	float:right;
}
#rodape{
	width:780px;
	height:19px;
	background:url(images/layout_07.jpg) bottom center no-repeat;
	clear:both;
}
#design {
	text-align:right;
	padding-right:20px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:10px;
	color:#FFF;
}
#design a {
	text-decoration:none;
	color:#0F0;
}
.center {
	text-align:center;
}
.centerbold {
	text-align:center;
	font-weight:bold;
}
.centerRedBold {
	text-align:center;
	font-weight:bold;
	color:#e00;
}
.bold {
	font-weight:bold;
}
.redBold {
	font-weight:bold;
	color:#e00;
}
#form {
	text-align:left;
	width:50%;
	padding:0;
	margin:0 auto;
	color:#FFF;
}
input, textarea, select {
	font-size:10px;
	font-family:Arial, Helvetica, sans-serif;
}
.voltar a {
	display:block;
	color:#333;
	text-decoration:none;
	border:solid 1px;
	padding:2px;
	width:40px;
	text-align:center;
	margin:0 auto;
	background:#fff;
}
.voltar a:hover {
	border:ridge 1px;
}
.voltar a:active {
	border:groove 1px;
}

p { text-align:justify; 
    font-size:16px; 
	font-variant:normal; 
	font-family:Arial, Helvetica, sans-serif;
	color:#FFF;
	}

p a {
	color:#333;
	text-decoration:none;
	width:40px;
	color:#0F0;

}
p a:hover {
	border:ridge 1px;
	color:#0C0;
}
p a:active {
	border:groove 1px;
	color:#033;
}



</pre></body></html>