body {
	background-color: #eeeeee;
    font-family: Verdana, Arial, Geneva, sans-serif;
    font-size: x-small;
     }

#todo_conteudo{
	 width: 800px;
	 background-color: #ffffff;
     margin-left: auto;
     margin-right: auto;
	 margin-top: auto;
	 margin-botton: auto;
              }
			  		   

#cabecalho {
	background: url(../figuras/barratopo.jpg);
	width: 800px
	position:absolute;
	top: 5px;
	height:90px;
	z-index:1;
      }
	  
#menu {
   position: absolute;  
   text-align: center;
   font-size: 11px;
   font-weight: bold;
   top: 107px;
   width: 800px; 
   height: 44px;   
   z-index:2;	  
	  }
	
			
#abrir_legislacao {
	margin: 30px 0px 0px 0px; 
	font-size: small;
	text-align: justify;
	line-height: 1.2em;
	color: black;
	padding: 30px;
			}
			
			  

#menu a:link {
        color: #000066;
        text-decoration: none;
        border-bottom: none;
       }

#menu a:visited {
           color: #000066;
           text-decoration: none;
           border-bottom: none;
          }

#menu a:hover {
color: #ffffff;
font-style oblique;
}

#menu a:active {
color: #ffffff; 
}


#noticia_rodape a:link {
        color: #000066;
        text-decoration: none;
        border-bottom: none;
       }

#noticia_rodape a:visited {
           color: #000066;
           text-decoration: none;
           border-bottom: none;
          }


a:link {
        color: #000066;
        text-decoration: none;
        border-bottom: none;
       }

a:visited {
           color: #000066;
           text-decoration: none;
           border-bottom: none;
          }



