/* CSS Document */
<!--
body,td,th {
	font-family: Trebuchet MS, Verdana, Tahoma;
	font-size: 9pt;
	color: #000000;
}
body {
	background-image: url(../topo_images/fundo_topo_labsul.jpg);
	background-repeat: repeat-x;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}
a {
	font-family: Trebuchet MS, Verdana, Tahoma;
	font-size: 9pt;
	color: #000000;
}
a:link {
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #000000;
}
a:hover {
	text-decoration: underline;
	color: #0099FF;
}
a:active {
	text-decoration: none;
	color: #000000;
}
-->