p {
	font-family: "MS Sans Serif";
	font-size: 9pt;
	font-weight: normal;
	color: #333333;
}
li {
	font-family: "MS Sans Serif";
	font-size: 9pt;
	font-weight: normal;
	color: #333333;
	list-style-position: outside;
	list-style-type: upper-roman;
}
h3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	font-weight: bold;
	color: #990000;
	letter-spacing: 2pt;

}
.celula-down {
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #990000;
}
.celula-down-cinza {
	border-top-width: 1px;
	border-top-style: dotted;
	border-top-color: #999999;

}
a:link {
	font-family: "MS Sans Serif";
	font-size: 9pt;
	font-weight: bold;
	color: #990000;
	text-decoration: none;
}
a:visited {
	font-family: "MS Sans Serif";
	font-size: 9pt;
	font-weight: bold;
	color: #FF0000;
	text-decoration: none;
}
a:hover {
	font-family: "MS Sans Serif";
	font-size: 9pt;
	font-weight: bold;
	color: #999999;
	text-decoration: underline;
}
a:active {
	font-family: "MS Sans Serif";
	font-size: 9pt;
	font-weight: bold;
	color: #FF0000;
	text-decoration: none;
}
.linha-up {
	border-top-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #990000;
	line-height: normal;
}

