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

/*html {
	height:100%;
}*/
body {
	background-color: #889FAC;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 13px;
	text-indent: 10px;
	text-align: justify;
	line-height: 20px;
	color: #666;
}
h2 {
	line-height: 25px;
	text-align: center;
}
a:link {color:#999;}      /* unvisited link */
a:visited {color:#999;}  /* visited link */
a:hover {color:#999;}  /* mouse over link */
a:active {color:#999;}  /* selected link */ 

.content {
	background-color: #024854;
	height:750px;
	width: 950px;
	margin: auto;
	position: relative;	
	}
	/***************************************************************
	.get_vertical is added to div.content dynamically
		- see js/global.js
	******************************************************/
.get_vertical {
	background-color: #fff;
	position: absolute;
	top: 50%;
	margin-top: -375px;
	}	

#menu {
	position: absolute;
	top:120px;
	left:10px;
	height:280px;
	width:180px;
	color: #999;
	background-color: #CCC;
	z-index:3;
}
#backMenu {
	position: absolute;
	top:124px;
	left:14px;
	height:280px;
	width:180px;
	background-color: #999;
	z-index:2;
}
#faixaBranca {
	background-color: #FFF;
	position: absolute;
	top:160px;
	left:0px;
	height:560px;
	width:950px;
	z-index:1;
}
#conteudo {
	position: absolute;
	top:160px;
	left:200px;
	height:560px;
	width:750px;
	z-index:3;
	overflow: auto;
}
#subConteudo {
	position: absolute;
	top:10px;
	left:10px;
	right:20px;
	bottom:10px;
	z-index:4;
}
/*#inglesPortugues {
	position: absolute;
	top:135px;
	left:810px;
	color: #999;
	z-index:1;
}*/
#logo {
	position: absolute;
	top:20px;
	left:400px;
	width:246px;
	height:596px;
	z-index:2;
}
#rodape {
	position: absolute;
	top:720px;
	left:0px;
	width:950px;
	height:30px;
	text-align: center;
	line-height: 30px;
	z-index:2;
	color: #FFF;
}
label {
	line-height:25px;
	text-align:left;
	width: 80px;
	margin-left:5px;
	vertical-align: middle;
}


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