html, body {
   /* fundo */
   background-color:#CCCCCC;
   background-image: url("/images/bground.gif");
   background-repeat: repeat-y;

   /* espaçamentos */
   margin:0px;
   padding: 0px;
   border: 0px;
   height:100%;

   /* fonte */
   font-family: Arial;
   color:#000000;
   font-size:12px;
}

table {
   /* espaçamentos */
   border-collapse: collapse;
   border-spacing: 0px;
}

table tr td {
   /* espaçamentos */
   padding: 0px;
}

* html img {
   /* Alpha PNG support for IE 6 */  
   filter:expression(   
   this.alphaxLoaded ? "" :   
   (   
   this.src.substr(this.src.length-4)==".png"  
   ?   
   (   
   (!this.complete)   
   ? "" :   
   this.runtimeStyle.filter=   
   ("progid:DXImageTransform.Microsoft.AlphaImageLoader(src='"+this.src+"')")+   
   (this.onbeforeprint="this.runtimeStyle.filter='';this.src='"+this.src+"'").substr(0,0)+   
   String(this.alphaxLoaded=true).substr(0,0)+   
   (this.src="images/site/x.gif").substr(0,0)   
   )   
   :   
   this.runtimeStyle.filter=""  
   )   
   );   
}  


link              { font-family: Trebuchet MS, Arial, Verdana, Helvetica; color:#000000; font-size:12px; }

a:link            { text-decoration:none; color:#000000; }
a:visited         { text-decoration:none; color:#000000; }
a:active          { text-decoration:none; color:#000000; }
a:hover           { text-decoration:none; color:#000000; }



.titulo            { font-size:16 px; font-weight:bold; color:#333333; text-decoration:none; }

.fonte10           { font-size:10 px; font-weight:normal; color:#333333; text-decoration:none; }
.fonte10:link      { font-size:10 px; font-weight:normal; color:#333333; text-decoration:none; }
.fonte10:active    { font-size:10 px; font-weight:normal; color:#333333; text-decoration:none; }
.fonte10:visited   { font-size:10 px; font-weight:normal; color:#333333; text-decoration:none; }
.fonte10:hover     { font-size:10 px; font-weight:normal; color:#333333; text-decoration:underline; }

.fonte11           { font-size:11 px; font-weight:normal; color:#333333; text-decoration:none; }
.fonte11:link      { font-size:11 px; font-weight:normal; color:#333333; text-decoration:none; }
.fonte11:active    { font-size:11 px; font-weight:normal; color:#333333; text-decoration:none; }
.fonte11:visited   { font-size:11 px; font-weight:normal; color:#333333; text-decoration:none; }
.fonte11:hover     { font-size:11 px; font-weight:normal; color:#333333; text-decoration:underline; }

.pesquisar         { font-size:11 px; font-weight:bold; color:#333333; text-decoration:none; }
.pesquisar:link    { font-size:11 px; font-weight:bold; color:#333333; text-decoration:none; }
.pesquisar:active  { font-size:11 px; font-weight:bold; color:#333333; text-decoration:none; }
.pesquisar:visited { font-size:11 px; font-weight:bold; color:#333333; text-decoration:none; }
.pesquisar:hover   { font-size:11 px; font-weight:bold; color:#333333; text-decoration:underline; }

.conteudo          { font-size:12 px; font-weight:normal; color:#333333; text-decoration:none; }
.conteudo:link     { font-size:12 px; font-weight:normal; color:#3333aa; text-decoration:none; }
.conteudo:active   { font-size:12 px; font-weight:normal; color:#3333aa; text-decoration:none; }
.conteudo:visited  { font-size:12 px; font-weight:normal; color:#3333aa; text-decoration:none; }
.conteudo:hover    { font-size:12 px; font-weight:normal; color:#333333; text-decoration:none; }

.navegador         { font-size:10 px; font-weight:normal; color:#333333; text-decoration:none; }
.navegador:link    { font-size:10 px; font-weight:normal; color:#333333; text-decoration:none; }
.navegador:active  { font-size:10 px; font-weight:normal; color:#333333; text-decoration:none; }
.navegador:visited { font-size:10 px; font-weight:normal; color:#333333; text-decoration:none; }
.navegador:hover   { font-size:10 px; font-weight:normal; color:#333333; text-decoration:underline; }

.rodape            { font-size:11 px; font-weight:normal; color:#000000; text-decoration:none; }
.rodape:link       { font-size:11 px; font-weight:normal; color:#000000; text-decoration:none; }
.rodape:active     { font-size:11 px; font-weight:normal; color:#000000; text-decoration:none; }
.rodape:visited    { font-size:11 px; font-weight:normal; color:#000000; text-decoration:none; }
.rodape:hover      { font-size:11 px; font-weight:normal; color:#000000; text-decoration:underline; }

.menlinks          { font-size:11 px; font-weight:normal; color:#333333; text-decoration:none; }
.menlinks:link     { font-size:11 px; font-weight:normal; color:#333333; text-decoration:none; }
.menlinks:active   { font-size:11 px; font-weight:normal; color:#333333; text-decoration:none; }
.menlinks:visited  { font-size:11 px; font-weight:normal; color:#333333; text-decoration:none; }
.menlinks:hover    { font-size:11 px; font-weight:normal; color:#0000ff; text-decoration:none; }