* html img { 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/blank.png").substr(0,0)
       )
       :
       this.runtimeStyle.filter=""
   )
     ); }

body{margin:46px 0px 0px 0px; background:#E2E2E2; font-family:Arial; font-size:11px; color:#333;}
body td{ background-repeat:no-repeat;}

.topico{ font-family:"Trebuchet MS"; font-size:16px; font-weight:bold; color:#DB802B; border-bottom:1px dashed #DB802B;  height:22px; text-transform:uppercase; text-align:left;}

.menu_naveg div { width:100%; height:100%; padding:5px 5px 5px 10px; color:#DB802B; text-decoration:none; font-size:13px; border-left:2px solid #333;}
.menu_naveg a:link, .menu_naveg a:visited { font-family:"Trebuchet MS"; font-weight:bold; height:15px; text-transform:uppercase; text-decoration:none; background:#F2F2F2;}
.menu_naveg a:hover,.menu_naveg a:active { background:#F8F8F8; text-decoration:none; cursor:pointer; }

.input_1{ width:180px; border:1px solid #333; background:white; height:17px; color:#d58000; font-size:11px; font-weight:bold; font-family:Verdana, Arial, Helvetica, sans-serif; }
.textarea_1{ border:1px solid #333; background:white; color:#d58000; font-size:11px; font-weight:bold; font-family:Verdana, Arial, Helvetica, sans-serif; }
.submit_1{ color:#FFFFFF; font-size:11px; font-weight:bold; text-align:center; background:#d58000; width:50px; border:1px solid #DDD;}

#container { width:722px; height:584px; border:3px solid #C96B14;; }
#main{background:#FFFFFF; width:720px; height:584px; text-align:left;}
#main a, a:visited{color:#333; text-decoration:none;}
#main a:hover{color:#666; text-decoration:underline;}
#rodape a, a:visited{color:#FFFFFF; text-decoration:none;}
#rodape a:hover{color:#FFCC00; text-decoration:none;}
/*#topo {  z-index:5; position:absolute;}*/
#td_topo { width:794px; z-index:5; position:absolute; left:-4%; top:-50px;}

#noticia{ scrollbar-face-color: #DDD; scrollbar-shadow-color:transparent; scrollbar-highlight-color: #FFFFFF; scrollbar-3dlight-color: #FFFFFF; scrollbar-darkshadow-color: #CCCCCC; scrollbar-track-color: #FFFFFF; scrollbar-arrow-color: #d58000;}

#sub_0 ,#sub_1 { display:none; background:#FFF; }
#sub_0 td,#sub_1 td { text-align:left; padding-left:18px; padding-top:5px; padding-bottom:10px;}
#sub_0 a:link, a:visited, #sub_1 a:link, a:visited { text-decoration:none; background:transparent;}
#sub_0 a:hover, #sub_1 a:hover { text-decoration:underline; background:transparent;}