html, body {
      height:100%;
      margin: 0;
      padding: 0;
      border: none;
   }
   
.texto {
	font-family: Arial;
	font-size: 11px;
	color: #5f5f5f;
	text-decoration: none;
}

.topo {
	font-family: Arial;
	font-size: 11px;
	color: #FFFFFF;
	text-decoration: none;
}

.titulo {
	font-family: Arial;
	font-size: 18px;
	color: #003F33;
	text-decoration: none;
	font-weight: bold;
}

.impressao {
	font-family: Arial;
	font-size: 10px;
	color: #b2b2b2;
	text-decoration: none;
}

.rodape a:link {
	font-family: Arial;
	font-size: 11px;
	color: #999999;
	text-decoration: none;
}

.rodape2 a:link {
	font-family: Arial;
	font-size: 11px;
	color: #666666;
	text-decoration: none;
	font-weight: bold;
}

.home_lateral_esquerda {
	background-image: url('images/fundo_home_esquerda.jpg'); 
	background-attachment: scroll; 
	background-position: right top; 
	background-repeat: no-repeat;
}

.home_centro {
	background-image: url('images/fundo_home_centro.jpg'); 
	background-attachment: scroll; 
	background-position: center top; 
	background-repeat: no-repeat;
}

.home_lateral_direita {
	background-image: url('images/fundo_home_direita.jpg'); 
	background-attachment: scroll; 
	background-position: left top; 
	background-repeat: no-repeat;
}

.home_destaques_titulo {
	font-family: Arial;
	font-size: 16px;
	color: #003F33;
	text-decoration: none;
	font-weight: bold;
}

.conteudo_lateral_esquerda {
	background-image: url('images/fundo_conteudo_esquerda.jpg'); 
	background-attachment: scroll; 
	background-position: right top; 
	background-repeat: no-repeat;
}

.conteudo_centro {
	background-image: url('images/fundo_conteudo_centro.jpg'); 
	background-attachment: scroll; 
	background-position: center top; 
	background-repeat: no-repeat;
}

.conteudo_lateral_direita {
	background-image: url('images/fundo_conteudo_direita.jpg'); 
	background-attachment: scroll; 
	background-position: left top; 
	background-repeat: no-repeat;
}

.input_pesquisa {
	font-family: Arial;
	font-size: 11px;
	color: #b2b2b2;
	text-decoration: none;
	border: 0px;
	background: none;
}

.submenu {
	display: block;
	width: 152px;
	height: 20px;
	font-family: Arial;
	font-size: 11px;
	color: #666666;
	text-decoration: none;
	padding-left: 20px;
	padding-top: 5px;
	background-image: url('images/submenu_fundo.jpg'); 
	background-attachment: scroll; 
	background-position: 0px 0px; 
	background-repeat: no-repeat;
	font-weight: normal;
}

.submenu:hover {
	color: #FFFFFF;
	text-decoration: none;
	background-position: -172px 0px; 
	background-repeat: no-repeat;
	font-weight: bold;
}

img {
	border: 0px;
}

a:hover {
	text-decoration: underline;
}

.menu_node:
{
    vertical-align:top;
}
