/* CSS Document */

/*body { background-color: #F5F6F7; }*/

html, body {margin:0; padding:0; width:100%; height:100%; overflow:hidden;}
#background{position:absolute; z-index:1; width:100%; height:100%;}
#scroller {position:absolute; width:100%; height:100%; top:0; left:0; overflow:auto; z-index:2;} 

a:link { text-decoration: none; color: #1f1f1f; }
a:visited { text-decoration: none; color: #1f1f1f; }
a:hover { text-decoration: none; color: #000000; }
a:active { text-decoration: none; color: #1f1f1f; }
.titulo { color: #F7E018; font-weight: bold; font-family: Arial; font-size: 13px; }
.subtitulo { font-family: Arial; font-size: 12px; color: #F7E018; }
.texto { font-family: Arial; font-size: 12px; color: #000000; }
.atencao { font-family: Arial; font-size: 16px; color: #000000; }
.menu { font-family: Arial; font-weight: bold; font-size: 12px; color: #000000; }
.designer { font-family: Arial; color: #666666; font-size: 9px; font-weight: bold;}
.rodape { font-family: Arial; font-size: 11px; color: #000000; font-weight: bold;}

.linkbotao {    font-family: verdana, arial, sans-serif; 
   font-size: 9px; 
   font-weight: bold; 
   padding: 2px; 
   background-color: #06665B; 
   color: #444444; 
   text-decoration: none; 
} 
.linkbotao:link, 
.linkbotao:visited { 
   font-size: 9px; 
   border-top: 1px solid #06473F; 
   border-bottom: 2px solid #07574C; 
   border-left: 1px solid #06473F; 
   border-right: 2px solid #07574C; 
} 
.linkbotao:hover { 
   font-size: 9px; 
   color: #ffffff; 
   border-bottom: 1px solid #07574C; 
   border-top: 2px solid #06473F; 
   border-right: 1px solid #07574C; 
   border-left: 2px solid #06473F; 
}
.marquee {position:relative;
     overflow:hidden;
     width:780px;
     height:80px;
}
.ir2div{
position:relative
}
.img1opac{
position:absolute;
left:0px;
top:0px;
filter:alpha(opacity=100);
opacity:1;
}
.img2opac{
position:absolute;
left:0px;
top:0px;
filter:alpha(opacity=0);
opacity:0;
}
.imgsize{
width:111px;
height:74px;
}
