.texto {
	font-family: Tahoma;
	font-size: 9px;
	font-style: normal;
	text-transform: lowercase;
	color: #000000;
	font-weight: lighter;
}
.textonegrita {
	font-family: Tahoma;
	font-size: 9px;
	font-style: normal;
	font-weight: normal;
	color: #000000;
	text-transform: lowercase;

}
.titulos {
	font-family: Tahoma;
	font-size: 9px;
	font-style: normal;
	font-weight: bold;
	text-transform: uppercase;
	color: #000000;
}
.vinculo {
	font-family: Tahoma;
	font-size: 12px;
	font-weight: bold;
	text-transform: lowercase;
	color: #000000;
	text-decoration: underline overline;
	font-variant: normal;

}

