@charset "utf-8";
/* CSS Document */
a {
	color: #A64A96;
}
body {
	background-color:#FFFFFF;
}
.breadcrumb {
	font-family: "Trebuchet MS";
	font-size:12px;
	color:#F54C9F;
}
.texto_materias {
	font-family: "Trebuchet MS";
	font-size:13px;
	color: #333333;
}
.texto_materias img {
	float: left;
	border: 1px solid #999999;
	padding: 5px;
	margin: 5px 8px 8px 3px;
}
.link_anexo {
	font-family: "Trebuchet MS";
	font-size:13px;
	font-weight:bold;
	color: #A64A96;
	text-decoration: none;
}
.link_anexo:hover {
	text-decoration: underline;
}
.texto_materias_destaque {
	font-family: "Trebuchet MS";
	font-size:13px;
	font-weight:bold;
	color: #353535;
	text-decoration: none;
}
.texto_materias_destaque:hover {
	text-decoration: underline;
}
.texto_intertitulo {
	font-family: "Trebuchet MS";
	font-size:15px;
	font-weight:bold;
	color: #353535;
}
.legenda {
	font-family: "Trebuchet MS";
	font-size:10px;
	color: #333333;
}
.titulo_lead {
	font-family: "Trebuchet MS";
	font-size:13px;
	color: #333333;
	text-decoration: none;
}
.titulo_lead:hover {
	text-decoration: underline;
}
.titulo_conteudo {
	font-family: "Trebuchet MS";
	font-weight:bold;
	font-size:15px;
	color: #CC3399;
	text-decoration: none;
}
.titulo_conteudo:hover {
	color: #D966B4;
	text-decoration: underline;
}
hr{
	border: thin dotted #D6569C;
}