/* estilos conteúdos */
.titulo {
	font-size: 16px;
	font-weight: 500;
}
.titulo_bold { font-size:16px; font-weight:bold;}
.titulo_point { font-size:16px; font-weight:bold; border-bottom: 1px dotted #7fba00;border-top: 1px solid #7fba00;}
.titulo_point_verde { font-size:16px; font-weight:bold; border-bottom: 1px dotted #7fba00;border-top: 1px solid #7fba00; margin-top: 5px; margin-bottom: 5px;}
.subtitulo_verde { font-size:19px; font-weight:bold; color:#7fba00 !important; }
.subtitulo_italico_verde { font-size:13px; font-weight:bold; color:#7fba00 !important; font-style:italic; }
.subtitulo_sublinhado_verde { font-size:13px; font-weight:bold; color:#7fba00 !important; text-decoration:underline; }
.entrada_verde { font-size:12px; color:#7fba00 !important; }
.nomes_verde { font-size:13px; color:#7fba00 !important; text-transform:uppercase; }
.cargo { color:#b8b8b8 !important; text-transform:uppercase;  font-weight:600;}
.lead { font-size:16px; color:#CCCCCC; font-weight:lighter; }
.lead_italico { font-size:16px; color:#CCCCCC; font-weight:lighter; font-style:italic; }
.destaque { font-size:16px; color:#333333; padding:12px; background-color:#efefef; font-weight:normal; line-height:32px; }
.link {
	padding: 10px;
	background-color: #efefef;
	font-weight: normal;
	text-transform: none;
	border: medium solid #FFF;
	margin-left: 2px;
	margin-right: -5px;
	margin-bottom: 5px;
	margin-top: 5px;
}
blockquote {
    margin: 0 0 20px;
    padding: 0 0 0 15px;
	border-left: 5px solid #D5D5D5;
}
blockquote p {
    font-size: 16px;
    font-weight: 300;
    line-height: 25px;
    margin-bottom: 0;
}
.small{
	font-size:10px;
}