/*-------- Layout --------*/
html {
	height:100%;
	width:100%;
	margin:0;
}
body {
	margin: 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	text-align:center;
	color:#000;
	background:url(../imagens/background.png) center no-repeat fixed;
	height:100%;
}
.alinha_tudo {
	width: 990px;
	background: #FFF;
	margin: 0 auto;
}
#div_topo {
	position:absolute;
	margin:0 0 0 -9px;
	z-index: 1000;
}
.div_menu {
	position:absolute;
	width:440px;
	height:550px;
	left:350px;
}
#div_conteudo {
	padding: 0;
	width:920px;
	margin:0 auto;
	text-align:left;
	
}
.banner {
	width:955px;
	padding:120px 0 0 17px;
	background-color:#FFF;
}
.banner_ferramentas {
	width:955px;
	height:150px;
	padding:120px 0 0 17px;
	background-color:#FFF;
}
.breadcrumb {
	margin:15px 0 0 40px;
	width:720px;
	text-align:left;
	float:left;
}

/* acessibilidade */
.AAs {
	float:right;
	width:100px;
	margin:15px 10px 0 0;
	z-index:100;
}

.AAs img {
	cursor:pointer;
}




.div_rodape {
	padding: 0;
	margin:0 auto;
}
.imagem_920 {
	width: 990px;
	margin-left:-40px;
}
.fltrt {
	float: right;
	margin-left: 8px;
}
.fltlft {
	float: left;
	margin-right: 8px;
}
.clearfloat {
	clear:both;
	height:0;
	font-size: 1px;
	line-height: 0px;
}
ul, ol, dl {
	padding: 0;
	margin: 0;
}
h1, h2, h3, h4, h5, h6, p {
	margin-top: 0;
	padding-right: 15px;
	padding-left: 15px;
}
a img {
	border: none;
}
a:link {
	color: #42413C;
	text-decoration: underline;
}
a:visited {
	color: #6E6C64;
	text-decoration: underline;
}
a:hover, a:active, a:focus {
	text-decoration: none;
}
.frutigerLC {
}
.frutigerC {
}
.fonte35 {
	font-size:35px;
}
.fonte15 {
	font-size:15px;
}
.fonte10 {
	font-size:10px;
}
.ca {
	text-transform:uppercase;
}
ul.bullet_azul li {
	list-style-image:url(../imagens/bullet_azul.gif);
	color:#000;
}
h1 {
	color:#0072bc;
	text-transform:uppercase;
}
h2 {
	color:#00a651;
	text-transform:uppercase;
}
h3 {
	color:#76958f;
	text-transform:uppercase;
}
.legenda {
	color:#76958f;
	font-size:10px;
}
.verde {
	color:#00a651;
}
.azul {
	color:#0072bc;
}
.esmeralda {
	color:#76958f;
}
.tabela_verde {
	width:100%
}
TABLE.tabela_verde TD {
	border-bottom: #c9cacc 1px solid;
	padding:3px;
}
TABLE.tabela_verde TH {
	border-bottom: #75958f 1px solid;
	border-top: #00a651 1px solid;
	font-weight:bold;
	padding:3px;
}
.tabela_azul {
	width:100%
}
TABLE.tabela_azul TD {
	border-bottom: #c9cacc 1px solid;
	padding:3px;
}
TABLE.tabela_azul TH {
	border-bottom: #75958f 1px solid;
	border-top: #0072bc 1px solid;
	font-weight:bold;
	padding:3px;
}

@media print
{
	body
	{
		font-size: 14px;
	}
}