html, body {
	margin: 0;
	padding: 0;
	border: 0;
	height: 100%;
}

body {
	background-image: url(fundo.jpg);
	background-position: 50% 0;
	color: #444;
	font-size: 84%;
	font-family: "Trebuchet MS", Arial, sans-serif;
	text-align: center;
	
}

a {
	color:#C00
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
	font-style: italic;
	color:#C00;
	font-size:13px
	
}

h1 {
	font-size: 1.5em;
	font-family: Arial;
	color: #03F;
	margin: 0;
	padding-bottom: 8px;
}


h3 {
	font-size: 0.9em;
	font-family: Arial;
	margin: 0;
	padding-bottom: 8px;
	text-align: justify;
}

h4 {
	font-size: 15px;
	font-family: Arial;
	color: #8CA1AA;
	margin: 0;
	padding-bottom: 8px;
}

p  {
	margin: 0;
	padding-bottom: 8px;
}

hr {
	clear: both;
	height: 1px;
	border-top: solid 1px #AACCD5;
}

img {
	border: none;
}

#wrapper {
	margin: 0 auto;
	width: 733px;
	text-align: left;
	height: 100px;
}

#head {
	background-color: #F0F8FA;
	height: 150px;
	color: #606d82;
}

#head div {
	float: left;
	clear: right;
	height: 100px;
}



#topo {
	width: 660px;
	
}

#body {
	float: right;
	margin-top: 3px;
	width: 548px;
	clear: both;
	height: auto;
}

#flash {
	margin: 10px 0;
	height: 166px;
	background-repeat: no-repeat;
}

#parte_sup {
	margin: 20px 0;
	height: 500px;
	background-repeat: no-repeat;
	margin-right: 10px;
}

#parte_inf {
	float: right;
	width: 710px;
	clear: both;
	height: auto;
	margin-right: 10px;
}

#content {
	float: left;
	padding-right: 14px;
	width: 356px;
	border-right: 1px solid #AACCD5;
	height: auto;
}

#noticias {
	margin-left: 375px;
	width: 165px;
	height: auto;
}

#noticias h4 {
	padding-left: 14px;
	background-image: url(li1b.gif);
	background-repeat: no-repeat;
}

#noticias dl {
	padding: 0;
	margin: 0;
}

#noticias dt {
	padding: 6px 10px 4px 10px;
	margin: 0;
	border-top: 1px solid #DEECF0;
	background-image: url(li3.gif);
	background-position: 0 11px;
	background-repeat: no-repeat;
	font-size: .7em;
	color: #8CA1AA;
}

#noticias dd {
	padding: 0;
	margin: 0;
	font-size: .8em;
}

#noticias h5 {
	margin: 0;
	padding-bottom: 2px;
	font-size: 12px;
	font-weight: bold;
	color: 8CA1AA;
	font-style: bold;
}

#threecells {
	clear: both;
}

#threecells div {
	float: left;
	font-size: .9em;
	clear: right;
}



#cell_1 {
	width: 162px;
	height: auto;
	padding-right: 15px;
}


#cell_2 {
	width: 162px;
	height: auto;
	padding: 0 15px 0 15px;
	border-left: 1px solid #AACCD5;
	border-right: 1px solid #AACCD5;
	
}


#cell_3 {
	width: 162px;
	height: auto;
	padding-left: 7px;
}


#menu {
	padding: 0;
	margin: 0;
	margin-top: 10px;
	width: 171px;
	height: auto;
	background-color: #EAF4F6;
	height: auto;
	
}


#ads {
	padding: 0;
	margin: 0;
}

#ads dt {
	padding: 0;
	margin: 6px;
	border-top: 1px solid #fff;
	border-bottom: 1px solid #fff;
}

#ads dd {
	margin: 0;
	padding: 4px 12px;
	border-bottom: 1px solid #EEF5F7;
	font-size: .8em;
	border-bottom: 1px solid #AACCD5;
	line-height: 1.2em;
}

#rodape {
	clear: both;
	background-color: #DEECF0;
	background-repeat: no-repeat;
	font-size: 11px;
	line-height: 20px;
	text-align: center;
	position: relative;
	font-family: Arial, Helvetica, sans-serif;
	color: #000;
	height: 45px;
}
/*Aqui começa a edição do side bar com dados conta jurídica*/

.formata { /* esta classe é somente 
               para formatar a fonte */
  font: 12px arial, verdana, helvetica, sans-serif; 
  }
  a.dcontexto{
  position:relative; 
  font:12px arial, verdana, helvetica, sans-serif; 
  padding:0;
  color:#039;
  text-decoration:none;

  cursor:help; 
  z-index:24;
  }
  a.dcontexto:hover{
  background:transparent;
  z-index:10px; 
  }
  a.dcontexto span{display: none}
  a.dcontexto:hover span{ 
  display:block;
  position:absolute;
  width:175px; 
  top:3em;
  text-align:justify;
  left:0;
  font: 12px arial, verdana, helvetica, sans-serif; 
  padding:5px 10px;
  border:1px solid #999;
  background:#EAF4F6; 
  color:#000;
  }
