body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 8pt;
	color: #666666;
	list-style-type: square;
}

p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 8pt;
	color: #999999;
	font-style: normal;
}
.titulos {
	font-style: normal;
	font-size: 10pt;
	color: #9D7D97;
	font-weight: bold;
}
.ul {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 8pt;
	font-style: normal;
	color: #999999;
	text-decoration: none;
	list-style-type: square;
	line-height: 15pt;
}
.footer{font-size: 7pt}

a:link {
	color: #460D4D;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #460D4D;
}
a:hover {
	text-decoration: none;
	color: #999999;
}
a:active {
	text-decoration: none;
	color: #999999;
}