.tituloTexto {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	font-weight: bold;
	color: #022C46;
}

.texto {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #022C46;
	line-height: 18px;
	text-align: justify;
	position: relative;
}
.separacaoNoticias {
	background-color: 022c46;
	background-position: center;
	height: 1px;
}
.destaque {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
	font-weight: bolder;
}
.legenda {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #022C46;
	text-align: right;
	font-weight: bolder;
}
.menuMemorialSuperior {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #022C46;
	height: 30px;
	width: 176px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: 022C46;
	border-right-color: 022C46;
	border-bottom-color: 022C46;
	border-left-color: 022C46;
	font-weight: bolder;
	text-align: center;
}

.menuMemorialCentro {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #022C46;
	height: 30px;
	width: 176px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-right-color: 022C46;
	border-bottom-color: 022C46;
	border-left-color: 022C46;
	font-weight: bolder;
	text-align: center;
}

.linkMenuMemorialAtivado {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bolder;
	color: #FFFFFF;
	background-color: #022C46;
	text-align: center;
	height: 30px;
	width: 176px;
}

A:link {color:#022C46;text-decoration: none}
A:visited{color:#022C46;text-decoration: none} 
A:hover {color: #022C46;text-decoration: underline}


.linkTexto{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #022C46;
	text-decoration:underline;
}

.sobrescrito{ font-size: 7pt; vertical-align: super;}
.style1{ position: relative; right: 30px;}


blockquote{
	font-size: 90%;
	width: 75%;
	position: relative;
	left: 19%;
	}
dl.memo{ text-align: left; margin:0; padding:0; width: 80%;}
dl.memo dt{ 
	float:left;
	padding:0 1.3%;
	border-right: solid 2px;
	font-variant:small-caps;
	font-size:15px;
	text-decoration:
	}
dl.memo dt a{ padding:3px; text-decoration:underline;}
dl.memo dt a:hover{ background:#2575ab; color:#fafafa; text-decoration:none;}

dl.memo dd{ margin-left: 24%; font-size:16px;} 
dl.memo dt,dl.memo dd{
	height: 30px;
	margin-bottom: 3%;
	padding-top:2.4%;	
	}
dl.memo+p{ clear: both;}
