.titulo {
	font-family: Verdana;
	font-size: small;
	font-weight: bold;
	color: #003399;
}
.texto {
	font-family: Tahoma;
	font-size: small;
	color: #000000;
	font-weight: normal;
}
.subtitulo {
	font-family: Tahoma;
	font-size: small;
	font-weight: bold;
	color: #003399;
}
a:link {
	font-family: Tahoma;
	font-weight: bold;
	color: #003399;
	text-decoration: none;
}
a:visited {
	font-family: Tahoma;
	font-weight: bold;
	color: #003399;
	text-decoration: none;

}
a:hover {
	font-family: Tahoma;
	font-weight: bold;
	color: #0000CC;
	text-decoration: none;

}
a:active {
	font-family: Tahoma;
	font-weight: bold;
	color: #999999;
}
