.titulo {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 18px;
	font-weight: bold;
	color: #006699;
	border-bottom-width: 3px;
	border-bottom-style: solid;
	border-bottom-color: #008466;
}
.subtitulo {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 16px;
	font-weight: bold;
	color: #008466;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #006699;
}
.resaltado {
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #006699;
	font-style: italic;
	font-weight: bold;
	font-size: 14px;
}
.texto {
	font-family: "Times New Roman", Times, serif;
	font-size: 12px;
}