.ltitulo {
	font-size: 12px;
font-family: Arial, Helvetica, sans-serif;
color: Navy;
 font-weight: bold;
}

.lptitulo {
	font-size: 11px;
font-family: Arial, Helvetica, sans-serif;
color: Navy;
 font-weight: bold;
}


.titulo {
	font-size: 12px;
font-family: Arial, Helvetica, sans-serif;
color: Navy;
 font-weight: bold;
}

.ltexto {
	font-size: 12px;
font-family: Arial, Helvetica, sans-serif;
color: Black;
font-weight: normal;
}

.lptexto {
	font-size: 11px;
font-family: Arial, Helvetica, sans-serif;
color: Black;
font-weight: normal;
}

.rodape {
	font-family : Arial;
	font-size : 11px;
	color : #000000;
}
A:link    {
	text-decoration: underline;
	color : Navy;
	font-family : Arial;
	font-size: 12px;
}
A:visited     {
	text-decoration: underline;
	color : #0000CD;
	font-family : Arial;
	font-size: 12px;
}
A:active     {
	text-decoration: underline;
	color : Navy;
	font-family : Arial;
	font-size: 12px;
	font-weight: bold;
}
A:hover       {
	text-decoration: none;
	color : Navy;
	font-family : Arial;
	font-size: 12px;
}

