a {
   text-decoration: none;
}

img {
   border: none;
   outline: none;
}

.breadcrumb { 
	font-family: "Arial Narrow";
    font-size: 14px;
    color: #606165;
}

.bg_azul_escuro {
   background-color: rgb(45, 78, 123);
}

.bg_cinza_escuro {
   background-color: rgb(200, 200, 200);
}

.bg_cinza_claro {
   background-color: #E9E9E9;
}

.fg_laranja {
   color: rgb(230, 120, 23);
}

.fg_azul {
	color: rgb(47, 70, 113);
}

.texto {
   font-family: Tahoma;
   font-size: 11px;
   line-height: 14px;
   color: #606165;
}

.link {
   text-decoration: underline;
}

.titulo {
   font-family: "Arial Narrow";
   font-size: 22px;
}

.titulo2 {
   font-family: "Arial Narrow";
   font-size: 18px;
}

.subtitulo {
   font-family: "Arial Narrow";
   font-size: 18px;
}

.borda_top {
   background-image: url(images/bgs_1_1.gif); 
   background-repeat: no-repeat;
}

.borda_bottom {
   background-image: url(images/bgs_1_3.gif); 
   background-position: left bottom;
   background-repeat: no-repeat;
}

.borda_lados {
   background-image: url(images/bgs_1_2.gif); 
   background-repeat: repeat-y;
}

.divisoria_rodape {   
   background-image: url(images/bot_ln.gif); 
   background-position: center bottom; 
   line-height: 30px;
   background-repeat: no-repeat;
}

.divisoria_pontilhado {
   background-image: url(images/ln_2.gif); 
   height: 42px;
   background-position: center center; 
   background-repeat: no-repeat;
}

.botao_mais {
   background-image: url(images/read.gif);
   background-repeat: no-repeat;
   background-position: left bottom;
   padding-left: 16px;
   padding-top: 68px;
   font-family: Tahoma;
   font-size: 11px;
   line-height: 12px;
   color: #F1880B;	
}

.borda_fotos {
	border-style: solid; border-width: 4px; border-color: rgb(200, 200, 200);  
}

.linha_titulo {
   line-height: 16px;
}

.divisoria_titulo {
   height: 6px;
}

.divisoria_header {
   height: 34px;
}
.linha_branco_texto {
	height: 10px;
}

