/* CSS Document */
html{
	background:url(../gfx/bg1px.jpg) center top repeat-y;
}
body{
	margin:0px auto; 
	background:url(../gfx/bg.jpg) center top no-repeat;
	line-height:18px;
	font-family:Tahoma; 
	font-size:11px;
	color:#878686;
}

#geral{
	margin:0px auto;
	width:770px;
}
#topo{
	height:394px;
}
#menu{
	height:32px;
}
#conteudo{
	padding-left:10px;
	padding-right:23px;
	min-height:500px;
}

#rodape{
	clear:both;
	height:174px;
	padding-top:20px;
}
#noticias{
	position:absolute;
	width:660px;
	height:460px;
	margin-left:30px;
	margin-top:25px;
	padding-right:10px;
	overflow-y:auto; overflow-x:hidden; scrollbar-3dlight-color:#FFFFFF;
	scrollbar-arrow-color:#303030;
	scrollbar-base-color:#c7c7c7;
	scrollbar-darkshadow-color:#FFFFFF;
	scrollbar-face-color:#CCCCCC;
	scrollbar-highlight-color:#FFFFFF;
	scrollbar-shadow-color:#FFFFFF;
	scrollbar-track-color:#FFFFFF; 
}

.titulo{
	font-family: Tahoma;
	font-size:18px;
	color:#608033;
}

.colorTitulo{
	color:#4a6e17;
}


#emptyDiv{
	clear:both;
	height:10px;
}

.link{
	font-size:11px;
	font-weight:normal;
}
.normalFont
{
	font-family: Tahoma;
	font-size:11px;
	color:#878686;
	font-weight:normal;

}

a{ 
	text-decoration:none;
	font-family: Tahoma;
	font-size:11px;
	color:#4a6e17;
}

a:hover {
	color:#4a6e17;
}
input{
	border:#CCCCCC 1px solid;
	background:#FFFFFF;
	height:20px;
	font-weight:bold;
	color:#4a6e17;
}

textarea{
	border:#CCCCCC 1px solid;
	background:#FFFFFF;
	font-weight:bold;
	color:#4a6e17;
}

#hover img{
	display:none;
}

.normal #hover{
	display:none;
}

.hover #normal{
	display:none;
}

.hover{
	margin-bottom:-3px;
	cursor:pointer;
}

img{
	border:0px;
}
img,input{ /*IE sucks! must have a code to make png alpha opacity works*/
 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="gfx/blank.gif").substr(0,0)
	 :
      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="gfx/blank.gif").substr(0,0)
    )
    :
    this.runtimeStyle.filter=""
   )
  );
}