body {
	background-image:url(imagens/bg2.png);
	margin:0;
	padding:0;
	text-align:center; /* hack para o IE */	
	margin:0;
}

#tudo {
    width: 760px; /*Não Alterar */
	margin:0 auto;	 /*Não Alterar */		
	padding: 0 10px; /*Não Alterar */
	text-align:left; /* "remédio" para o hack do IE */ /*Não Alterar */
	background-color:#FFFFFF;
	}

#topo {
    width: 760px;
    height: 100px;
	background-image:url(imagens/topo.jpg);
	}

#menu {
    float: left;
    width: 160px;
}

#conteudo {
    float: left;
    width: 700px;
    padding: 15px;
	padding-top:0;
	min-height:500px;
}

#rodape {
	background-color:#f2f2f2;
    width: 760px;
    height: 80px;
    clear: both;
}

#rodape p {
	line-height:15px;
}

/*---------------------------Formatação Página------------------------------------------------------*/

p, td, th, input, textarea{
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size:10px;

}

a{
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size:10px;
color:#000000;
text-decoration:underline;
}

.link{
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size:10px;
color:#000000;
text-decoration:none;
}
a:hover{
font-weight:bold;
}

/*Titulo Centralizado*/
h1{
font-family:Trebuchet MS;
font-size:12px;
font-weight:bold;
}

ul{
list-style-image:url(imagens/botao.avancar.gif);
}

li a{
margin-left:5px;
text-decoration:none;
}

img{
border:0;
}
/*---------------------------Formatação Lista sem Imagem---------------------------------*/
#lista li{
text-decoration:none;
list-style-image:none;
list-style-type:none;
}

/*---------------------------Formatação Menu------------------------------------------------------*/
.chromestyle{
width: 99.9%;
font-weight: bold;
}

.chromestyle a:hover{
background-color:#F2F2F2;
}

.chromestyle:after{ /*Add margin between menu and rest of content in Firefox*/
content: "."; 
display: block; 
height: 0; 
clear: both; 
visibility: hidden;
}

.chromestyle ul{
border: 1px solid #BBB;
width: 100%;
background: url(chromebg.gif) center center repeat-x; /*THEME CHANGE HERE*/
padding: 4px 0;
margin: 0;
text-align: center; /*set value to "left", "center", or "right"*/
}

.chromestyle ul li{
display: inline;
}

.chromestyle ul li a{
color: #494949;
padding: 4px 7px;
margin: 0;
text-decoration: none;
border-right: 1px solid #DADADA;
}

/* ######### Style for Drop Down Menu ######### */

.dropmenudiv{
position:absolute;
top: 0;
border: 1px solid #BBB; /*THEME CHANGE HERE*/
border-bottom-width: 0;
font:normal 12px Verdana;
line-height:18px;
z-index:100;
background-color: white;
width: 150px;
visibility: hidden;
filter: progid:DXImageTransform.Microsoft.Shadow(color=#CACACA,direction=135,strength=4); /*Add Shadow in IE. Remove if desired*/
}


.dropmenudiv a{
width: auto;
display: block;
text-indent: 3px;
border-bottom: 1px solid #BBB; /*THEME CHANGE HERE*/
padding: 2px 0;
text-decoration: none;
font-weight: bold;
color: black;
}


* html .dropmenudiv a{ /*IE only hack*/
width: 100%;
}

.dropmenudiv a:hover{ /*THEME CHANGE HERE*/
background-color: #F0F0F0;
}

/* Pop-up Tabless */

a.tooltip 
     {
     text-decoration: none;
     position: relative;
     color: #666666;
     z-index: 24;
	 font-size:10px;
	 font-weight:bold;
     }
  a.tooltip:hover 
     {
	 text-decoration: none;
     color: #666666;
     z-index: 25
     }
  a.tooltip span 
     {
     display: none
     }
  a.tooltip:hover span 
     {
     border: 1px solid #006600;
     background-color: #FFFFFF;
     position: absolute;
     display: block;
     padding: 3px;
     left:15em;
     }
