/* CSS Document */

.texto_tit {
	font-family: Arial, Helvetica, sans-serif;
	font-size:12px;
	color: #112756;
	font-weight:bold;
	
}

.texto_conteudo {
	font-family: Arial, Helvetica, sans-serif;
	font-size:12px;
	color: #333333;
}

a.historico {
    		display: block;
    		width: 223px;
    		height: 30px;
   			background: url(../imgs/bt_historico_out.gif) 0 0 no-repeat;
    		text-decoration: none;
			}
 
a:hover.historico {
    		background: url(../imgs/bt_historico_over.gif) 0 0 no-repeat;
			}
			
a.institucional {
    		display: block;
    		width: 223px;
    		height: 30px;
   			background: url(../imgs/bt_institucional_out.gif) 0 0 no-repeat;
    		text-decoration: none;
			}
 
a:hover.institucional {
    		background: url(../imgs/bt_institucional_over.gif) 0 0 no-repeat;
			}
			
			
a.padrao {
    		display: block;
    		width: 223px;
    		height: 30px;
   			background: url(../imgs/bt_padrao_out.gif) 0 0 no-repeat;
    		text-decoration: none;
			}
 
a:hover.padrao {
    		background: url(../imgs/bt_padrao_over.gif) 0 0 no-repeat;
			}
			
a.galeria {
    		display: block;
    		width: 223px;
    		height: 30px;
   			background: url(../imgs/bt_galeria_out.gif) 0 0 no-repeat;
    		text-decoration: none;
			}
 
a:hover.galeria {
    		background: url(../imgs/bt_galeria_over.gif) 0 0 no-repeat;
			}