@charset "utf-8";
/* CSS Document */

.txt {	font-family: "Trebuchet MS";
	font-size: 10pt;
}

.subtitulo {
	font-size: 11pt;
	font-weight: bold;
}

a.linklateral:link {
	color: #FFFFFF;
	font-family: "Trebuchet MS";
	font-size: 10pt;
	font-weight: bold;
	text-decoration: none;
}
a.linklateral:visited{
	color: #FFFFFF;
	font-family: "Trebuchet MS";
	font-size: 10pt;
	font-weight: bold;
	text-decoration: none;
}
a.linklateral:hover {
	color: #FFFFFF;
	font-family: "Trebuchet MS";
	font-size: 10pt;
	font-weight: bold;
	text-decoration:underline;
}
a.linklateral:active{
	color: #FFFFFF;
	font-family: "Trebuchet MS";
	font-size: 10pt;
	font-weight: bold;
	text-decoration: underline;