*{
font-family:'Tahoma',Verdana, Arial, Helvetica, sans-serif;
font-size:12px;
color:#646464;
}

html{
overflow:scroll;
overflow-x:hidden;
}

html,body{
padding:0px;
margin:0px;
}

body{
background:url(../gfx/BG_body.jpg) top repeat-x;
}

a{
color:#1c5ea7;
text-decoration:none;
}

a:hover{
text-decoration:underline;
}

button{
background:none;
border:none;
cursor:pointer;
}

#main{
width:990px;
margin:0px auto;
}

#topo{
height:139px;
}

#container{
background:#ffffff;
margin:0px 70px 0px 67px;
padding:10px 35px 0px 35px;
min-height:600px;
}

#rodape{
position:relative;
text-align:center;
}

.rodapeCUBS{
position:absolute;
text-align:center;
font-size:10px;
margin:10px 0px 0px 25px;
}

.rodapeCUBS *{
font-size:10px;
}

.rodapeCUBS strong{
color:#2b6aaf;
}

h1,h2,h3,h4,h5,h6{
color:#3e83cf;
vertical-align:middle;
}

h2{
font-size:18px;
}

h3{
font-size:14px;
}

h1 *,h2 *,h3 *,h4 *,h5 *,h6 *{
vertical-align:middle;
}


img
{ /*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=""
   )
  );
}