 body{            
    background:url('../images/bg_pixel.gif');
    margin:0px;
    padding:0px;
    border:0px;   
    font-family: Verdana;
    font-size:11px;
    color:#8e8e8e;    
}

input{        
	background:#cddbde; 
	color:#000000;
	font-family: Verdana;
    font-size:11px;
    font-weight:bold;
    border:1px solid #8cbbcf;	       
}
select{        
	background:#cddbde; 
	color:#000000;
	font-family: Verdana;
    font-size:11px;
    font-weight:bold;
    border:1px solid #8cbbcf;	       
}
        
img{
    border:0px;
}

a{
	color:#8cbbcf;
	text-decoration:none;
}

#global{
    background:url('../images/bg.gif') no-repeat;
    text-align:center;
}

#geral{
    margin:auto;
    width:791px;
    text-align:justify;                        
}

#topo{
    width:753px;
    margin:auto;
}

#dadosLogado{
    float:right;            
    width:331px;
    
}
#dadosLogado div{    
    background:#034c5e;
    color:#dbe5e8;
    padding-left:8px;
    text-align:left;
}

#dadosLogado div table tr td input[type=button]
{
    right:1px;
}



#dadosLogado div div{
    background:url('../images/traco_pontilhado.gif') repeat-x;
    width:250px;
    margin:auto;
}

#corpo{
    background:url('../images/base_px.gif');
    height:100%;   
    
}

#conteudo{
    float:right;
    width:560px;            
    margin-right:6px;  
    background:#ffffff;          
}

#texto{
	width:535px;
	text-align:justify;
}

#controlaMenu{
    width:210px;
    margin-left:-11px;           
}

#menu{
    background:url('../images/menu_bg_px.gif');  
    color:#8cbbcf;
    font-weight:bold;
    zoom:1;
    font-family:Trebuchet MS;
}

#menu div{
	height:23px;
	padding-top:5px;
}

#menu div a{
	font-family:Trebuchet MS;
	font-size:13px;
	color:#044c5e;
	
}

#menu ul{
    list-style-type:none;
    margin:0px;
    padding:0px;
}

#menu ul li{
    background:url('../images/menu_bullet_2nivel.gif') no-repeat 0px 4px;
    margin-left:30px;
    padding-left:10px;
    width:155px; 
    text-align:left;
    
}

#menu ul li:hover{
	background:url('../images/menu_bullet_2nivel.gif') no-repeat 0px 4px #FFFFFF;
    margin-left:30px;
    padding-left:10px;	
}

#menu ul li ul li{
    background:url('../images/menu_bullet_3nivel.gif') no-repeat 0px 4px;
    margin-left:10px;
    padding-left:10px;
    width:135px;    
}

#menu ul li ul li:hover{
    background:url('../images/menu_bullet_3nivel.gif') no-repeat 0px 4px #FFFFFF;
    margin-left:10px;
    padding-left:10px;    
}

.marcado{
	background:url('../images/menu_over.gif') no-repeat 5px 0px ;
	padding-top:5px;
}

#controlaNoticias{
    width:535px;
    clear:both;  
}

.divLogos{
	margin-right:20px;
}
        
.leiaMais{           
    color:#8cbbcf;
    float:right;            
}

.noticias{
    border-bottom:1px solid #f5f9fb;
    width:440px;
    float:left;
}

.floatLeft{
	float:left;
}

.floatRight{
	float:right;
}

.block{
	display:block;
}

.none{
	display:none;
}
	
.clear{
    clear:both;
}
.meioBR{
    line-height:50%;
}
