/* 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:verdana; 
	font-size:11px;
	text-align:justify;	color:#818181;
	background-color:#e1e1e1;
}

#geral{
	margin:0px auto;
	width:770px;
}
#logo{
	height:349px;
	padding-left:240px;
	padding-top:10px;
}
#topo{
	margin:0px auto;
	width:770px;
	position:absolute;
	height:367px;
}
#conteudo{
	padding-left:30px;
	padding-right:23px;
}

#rodape{
	clear:both;
	height:175px;
	padding-top:50px;
}
#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-size:14px;
	color:#1588ea;
	font-weight:bold;
	text-align:left;
}

.colorTitulo{
	color:#1588ea;
}


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

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

}

a{ 
	text-decoration:none;
	font-family: verdana;
	font-size:14px;
	color:#1588ea;
	font-weight:bold;
}

a:hover {
	color:#1588ea;
}
input, textarea{
	border:#dedede solid 1px;
	background-color:#FFFFFF;
	color:#1588ea;
}

#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=""
   )
  );
}