a:link,
a:visited,
a:active{
	color:#318cbb;
	text-decoration:none;

}
a:hover{
	color:#80BF40;
	text-decoration:none;
}


/* ACERTOS */

.menutop{
	font-weight:bold;
}

.menutop a:link       {COLOR: #6A6A6A; TEXT-DECORATION: NONE; font-weight:normal;}
.menutop a:active     {COLOR: #6A6A6A; TEXT-DECORATION: NONE; font-weight:normal;}
.menutop a:visited    {COLOR: #6A6A6A; TEXT-DECORATION: NONE; font-weight:normal;}
.menutop a:hover      {COLOR: #80BF40; TEXT-DECORATION: NONE; font-weight:normal;}


.linhas_topo_base{
	border-top:1px solid #C4CDD4;
	border-bottom:1px solid #C4CDD4;
}

.linhas_totais{
	border: 1px solid #C4CDD4;


}

.linha_pontilhada{
	border-bottom:1px dotted #C4CDD4;
	height:20px
}

.linha_pontilhada_sub{
	border-left:1px dotted #C4CDD4;
	border-bottom:1px dotted #C4CDD4;
	text-indent:10px;
	height:20px

}

.titulo{
	font-size:22px;
	color:#133984;
	letter-spacing:-1px;
	font-weight:bold;
}

.sub_titulo{
	font-size:14px;
	color:#133984;
	letter-spacing:-1px;
	font-weight:bold;
}

.sub_titulo_chamada{
	font-size:16px;
	color:#133984;
	letter-spacing:-1px;
	font-weight:bold;
}



.sub_titulo_destaque_verde{
	font-size:18px;
	color:#76B020;
}

.sub_titulo_destaque_laranja{
	font-size:16px;
	color:#FF9900;
	letter-spacing: -1em;
	font-weight: bold;

}


/* typography.css
------------------------------------------------------------------*/

p.info{
	color:#41bcea;	
}
p.tips{
	color:#e98b05;
}
p.warning{
	color:#c00;
}
pre,
.code{
	background-color:#f5f5f5;
	border-left:5px solid #318cbb;
	color: #6A6A6A;
}
.highlight-1{
	background:#ffffda;
}
.highlight-2{
	background:#f5f5f5;
}
.highlight-3{
	background:#3a3a3a;
	color: #fff;
}
.highlight-4{
	background:#318cbb;
	color: #fff;
}
ul{
	list-style-image:url(../images/bullet-1.png)!important;
}

.smaltext{
	font: 10px Arial, sans-serif;

}

.botao { 
	background: #C2C7CF; 
	border-bottom: 1px solid #133083; 
	border-left: 1px solid #133083; 
	border-right: 1px solid #133083; 
	border-top: 1px solid #133083; 
	text-align:center; 
	font-weight: bold; 
	color: #FFFFFF; 
	text-transform: uppercase;
	background-image: url(../images/fundo_botoes.jpg);
	font-size:9px;
	height:22px;
	padding-left:5px;
	padding-right:5px;
	font-family: Verdana, Helvetica, sans-serif; 
}
.tags{
	font-size:-30%;
}
