/* CSS Document */

body{
  margin:0;
  padding:0;
  font-family:Verdana, Arial, Tahoma, sans-serif;
  font-size:12px;
  text-align:justify;
  background:#666666;
  SCROLLBAR-FACE-COLOR: #cococo; 
  SCROLLBAR-HIGHLIGHT-COLOR: #cococo; 
  SCROLLBAR-SHADOW-COLOR: #cococo; 
  SCROLLBAR-3DLIGHT-COLOR: #cococo; 
  SCROLLBAR-ARROW-COLOR: #ffffff; 
  SCROLLBAR-TRACK-COLOR: #ffffff; 
  SCROLLBAR-DARKSHADOW-COLOR: #ffffff;
    }
	
#botao {
  font-size:12px;
  font-family:Verdana, Arial, Tahoma, sans-serif;
  font-color:#FFFFFF;
  background-color:#582CB4;
  border:0px;
  height:40;
  width:40;
}

#h1{
font-family:Verdana, Arial, Tahoma, sans-serif;
font-size:18;
text-align:left;
}
#h2{
font-family:Verdana, Arial, Tahoma, sans-serif;
font-size:16;
text-align:left;
}
#h3{
font-family:Verdana, Arial, Tahoma, sans-serif;
font-size:14;
text-align:left;
}
ul#menu_rodape {
background: #f7f7f7;
list-style: none;
margin: 0;
padding: 0;
width:778px;}  

ul#menu_rodape li{
float:left;  /*  display: inline; testar se no final vai dar na mesma por causa desse comando!!!  margin-right: 2px;*/}

ul#menu_rodape li a{
display: block;
background: #CCC;
width: 100px;
height:17px;
_height:20px; 
font: 12px Verdana; 
text-decoration: none; 
text-align: center; 
color: #000000;
padding-top: 2px; 
}
ul#menu_rodape li a:hover{
text-decoration:underline;
font-size:12px;
color:#000000;
background:#CCC; }  

