@import url(css_topo.css); /** CSS topo e MENU **/
@import url(css_conteudo.css); /** Conteúdo **/
@import url(css_rodape.css); /** Rodapé **/

body { 
 margin: 0;
 padding: 0;
 font-family: Tahoma, Verdana, Arial; 
 font-size: 10px; 
 color: #555; 
 background: #fff url('imagens/bg2.gif') repeat-y center }
 
body img {
 border: 0 none }

#lateral {
 float: left;
 width: 190px;
 padding: 5px 0 0 5px; 
 text-align: justify;
 font-family: Tahoma, Verdana, Arial; 
 font-size: 8pt; 
 color: #505C6D; }
 
#lateral a {
 color: #505C6D; }
