body { margin: 0px;
       background-color: #DEDCD0;
	   
SCROLLBAR-FACE-COLOR: #F4F3F0; 
SCROLLBAR-HIGHLIGHT-COLOR: #F4F3F0; 
SCROLLBAR-SHADOW-COLOR: #F4F3F0; 
SCROLLBAR-3DLIGHT-COLOR: #F4F3F0;
SCROLLBAR-ARROW-COLOR:  #DBD6D6; 
SCROLLBAR-TRACK-COLOR: #F4F3F0; 
SCROLLBAR-DARKSHADOW-COLOR: #F4F3F0; 	   
}
p { font-family: "Trebuchet MS";
	font-size: 11px;
	color: #000000;
	text-align: justify;
}
.tbprinc {
	height: 100%;
	background-image: url(../img/bg.gif);
}
.bgtop {
	background-image: url(../img/bg_top.gif);
}
.bghleft {
	background-image: url(../img/bg_h_left.gif);
}
.form {
	width: 60px;
	font-family: "Trebuchet MS";
	font-size: 10px;
	color: #000000;
	background-color: #DDDACE;
	border: 0px;
	height: 15px;

}
.tbnot {
	padding: 0px 25px 20px 20px;
	margin: 0px;


}
.tit {
	font-family: "Trebuchet MS";
	font-size: 11px;
	color: #000000;
	text-align: justify;
}
.tit a:link { 
text-decoration: none;
color: #000000; 
}
.tit a:visited { 
text-decoration: none;
color: #000000; 
}
.tit a:active { 
text-decoration: none;
color: #000000; 
}
.tit a:hover { 
text-decoration: none;
color: #AB1515;
}

.tit3 {
	font-family: "Trebuchet MS";
	font-size: 11px;
	color: #AB1515;
}


.titolho {
	font-family: "Trebuchet MS";
	font-size: 10px;
	color: #333333;
	text-align: justify;
}
.titmais {
	font-family: "Trebuchet MS";
	font-size: 11px;
	color: #333333;
	font-weight: bold;

}
.titmais a:link { 
text-decoration: none;
color: #333333; 
}
.titmais a:visited { 
text-decoration: none;
color: #333333; 
}
.titmais a:active { 
text-decoration: none;
color: #AB1515; 
}
.titmais a:hover { 
text-decoration: none;
color: #AB1515;
}
.bgileft {

	background-image: url(../img/bg_i_left.gif);
}
.txt {
	font-family: "Trebuchet MS";
	font-size: 11px;
	color: #000000;
	text-align: justify;

}
.txt a:link { 
text-decoration: none;
color: #AB1515; 
}
.txt a:visited { 
text-decoration: none;
color: #AB1515; 
}
.txt a:active { 
text-decoration: none;
color: #AB1515; 
}
.txt a:hover { 
text-decoration: underline;
color: #AB1515;
}
.form2 {
	width: 98%;
	font-family: "Trebuchet MS";
	font-size: 10px;
	color: #000000;
	background-color: #F4F3F0;
	border: 0px;
	height: 15px;
}
.tbprinc2 {
	background-image: url(../img/bg.gif);
}
.tit2 {
	font-family: "Trebuchet MS";
	font-size: 12px;
	color: #000000;
	font-weight: bold;

}
.titolho2 {
	font-family: "Trebuchet MS";
	font-size: 11px;
	color: #525050;
	text-align: justify;


}
.titdata {
	font-family: "Trebuchet MS";
	font-size: 10px;
	color: #000000;
}
.titdata a:link { 
text-decoration: none;
color: #AB1515; 
}
.titdata a:visited { 
text-decoration: none;
color: #AB1515; 
}
.titdata a:active { 
text-decoration: none;
color: #AB1515; 
}
.titdata a:hover { 
text-decoration: underline;
color: #AB1515;
}
li.bullet { 
list-style-image: url(../img/bullet.gif); 
font-family: "Trebuchet MS";
font-size: 11px;
color: #333333;
}

/** primeiro scroller - ids e posicionamento são os mesmos **/
/** tanto para noticias.htm como noticias_internas.htm **/
div#holder {
  position:absolute; left:30px; top:110px;
  width:220px; height:260px;
  overflow:hidden; z-index:100;
}

div#wn  {
  position:absolute; left:0; top:0;
  width:200px; height:260px;
  clip:rect(0px 200px 260px 0px);
  overflow:hidden; z-index:1
}

div#lyr { width:200px }

div.content {
  position:absolute; visibility:visible;
  left:0px; top:0px; z-index:1
}

div#scrollbar {
  position:absolute; visibility:visible;
  left:208px; top:0px;
  width:11px; height:257px;
  font-size:1px; z-index:2
  }
div#bgscroll {
  position:absolute; left:0px; top:11px;
  width:11px; height:235px;
  background-image: url(../img/scroll_line.gif);
  z-index:1
  }
div#drag {
  position:absolute; left:0px; top:0px;
  width:11px; height:11px;
  background-image: url(../img/scroll_drag.gif);
  z-index:1
  }
div#up { position:absolute; left:0px; top:0px;
  width:11px; height:11px; background-image: url(../img/scroll_up.gif); z-index:3 }
div#down { position:absolute; left:0px; bottom:0px;
  width:11px; height:11px; z-index:4; background-image: url(../img/scroll_down.gif); }
/** end primeiro scroller **/

/** segundo scroller **/
div#holder2 {
  position:absolute; left:286px; top:110px;
  width:465px; height:260px;
  overflow:hidden; z-index:100;
}

div#wn2  {
  position:absolute; left:0px; top:0px;
  width:444px; height:260px;
  clip:rect(0px 444px 260px 0px);
  overflow:hidden; z-index:1
}

div#lyr2 { width:444px }

div.content2 {
  position:absolute; visibility:visible;
  left:0px; top:0px; z-index:1
}

div#scrollbar2 {
  position:absolute; visibility:visible;
  right:0px; top:0px;
  width:11px; height:257px;
  background-image: url(../img/scroll_line.gif);
  font-size:1px; z-index:2
  }
div#bgscroll2 {
  position:absolute; left:0px; top:11px;
  width:11px; height:235px;
  z-index:1
  }
div#drag2 {
  position:absolute; left:0px; top:0px;
  width:11px; height:11px;
  background-image: url(../img/scroll_drag.gif);
  z-index:1
  }
div#up2 { position:absolute; left:0px; top:0px;
  width:11px; height:11px; z-index:3; background-image: url(../img/scroll_up.gif); }
div#down2 { position:absolute; left:0px; bottom:0px;
  width:11px; height:11px; z-index:4; background-image: url(../img/scroll_down.gif); }
/** end segundo scroller **/
