.TITULO {
	font-family: Arial, Helvetica, sans-serif, Tahoma;
	font-size: 12px;
	font-style: italic;
	font-weight: bold;
	text-transform: capitalize;
	color: #FF9900;
}
.normal {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #003300;
}
.listagem {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #003300;
	list-style-position: outside;
	list-style-type: disc;
	line-height: 20px;
}
a:visited {
	text-decoration: underline;
	color: #FF6600;
	font-weight: bold;
}
a:link {
	color: #FF6600;
	font-weight: bold;
	text-decoration: underline;
}
a:hover {
	color: #FF6600;
	font-weight: bolder;
	border-top: 1px solid #FF6600;
	border-right: 1px none #FF6600;
	border-bottom: 1px none #FF6600;
	border-left: 1px none #FF6600;
	text-decoration: none;
}
a:active {
	text-decoration: underline;
	color: #FF6600;
	font-weight: bold;
}.assinatura {
	vertical-align: bottom;
}
