<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-repeat: no-repeat;
	background-position:top	center; 
	background-image: url(imagem/fundo.jpg);
	margin: 0px;
}

body,td,th {
	font-family:Century Gothic, Tahoma, Geneva, sans-serif;
}

h1 {
	font-family:Century Gothic, Verdana, Geneva, sans-serif;
	font-size:18px;
	color:#50718d;
	padding:3px 0 0 14px;
	line-height:20px;
	margin:0 auto;
	
}

#cabecalho{
	
	position:absolute;
	aling:center;
}

#place{
	align: center;
	position: absolute;
	text-align:center;
}


#rodape{
	z-index:1;
	background-image:url(imagem/rodape.jpg);
	height:200px;
	width:100%;
	font-family:Century Gothic, Verdana, Geneva, sans-serif;
	font-size:12px;
	padding-top:50px;

}

.equipe{
	font-family:Verdana, Geneva, sans-serif;
	font-size:12px;
	color:#4a4c4e;
	margin-left:10px;
	
}



.texto{
	font-family:Century Gothic, Verdana, Geneva, sans-serif;
	font-size:12px;
	color:#266C93;
}

.txt{
	font-family:Verdana, Geneva, sans-serif;
	font-size:12px;
	color: #333;
}

.txt1{
	font-family:Verdana, Geneva, sans-serif;
	font-size:12px;
	color: #333;
}

.titulo {
	font-family:Century Gotihc, Verdana;
	font-size:18px;
	color:#50718d;
	text-shadow:#666;
	margin-left:10px;
}


.tituloimg {
	margin-left:10px;
	
}


.texto1 {	
	font-family:Century Gothic, Verdana, Geneva, sans-serif;
	font-size:12px;
	color:#3b3b3b;
}
.titulo1 {	
	font-family:Century Gothic, Verdana, Geneva, sans-serif;
	font-size:18px;
	color:#50718d;
	margin-left:10px;
}


.mais{
	float:right;
	margin-right:10px;
}

.smallmenu{
	text-align:left;
}


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

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

a:hover {
	text-decoration: none;
}

a:active {
	text-decoration: none;
	color:#4a4c4e;
}
</pre></body></html>