/* CSS Document */
p {
text-indent:10px;
text-align:justify;
}
body,td,th {
	font-family: Georgia, Times New Roman, Times, serif;
	font-size: 9pt;
	color: #000000;
}
body {
	background-color: #000000;
}
a:link {
	color: #FF0000;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #990000;
}
a:hover {
	text-decoration: underline;
	color: #FF0000;
}
a:active {
	text-decoration: none;
	color: #FA7534;
}
.Estilo2 {
	color: #AB1214;
	font-size: 8pt;
}
.Estilo5 {
	color: #FA7534;
	font-size: 7px;
}