a:link {
	font-family: "Trebuchet MS";
	font-size: 12px;
	font-weight: bold;
	color: #333333;
	text-decoration: none;
}
a:visited {
	font-family: "Trebuchet MS";
	font-size: 12px;
	font-weight: bold;
	color: #333333;
	text-decoration: none;
}
a:hover {
	font-family: "Trebuchet MS";
	font-size: 12px;
	font-weight: bold;
	color: #990000;
	text-decoration: underline;
}
.titulo1 {
	font-family:Tahoma;
	font-size:14px;
	color:#000000;
	font-weight:bold;
}
.titulo2 {
	font-size:12px;
	color:#990000;
	font-weight:bold;
}
#corpo {
	font-family: "Trebuchet MS";
	font-size: 12px;
	color: #333333;
	padding:10px;
	text-align:justify;
}
#corpo td {
	font-family: "Trebuchet MS";
	font-size: 12px;
	color: #333333;
	text-align:justify;
}
#apDiv1 {
	position:absolute;
	left:50%;
	top:50%;
	width:47px;
	height:115px;
	margin-left:-436px;
	margin-top:-58px;
	z-index:1;
}
.linhaoff {
	border-bottom:1px dashed #666666;
	height:30px;
}
.linhaon {
	border-bottom:1px dashed #CCCCCC;
	height:30px;
}
.linhaon a:link {
	color:#999999;
}
.linhaon a:visited {
	color:#999999;
}
.linkBranco {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #FFFFFF;
}
.invisivel {
visibility:hidden;
display:none;
}
.visivel {
visibility:visible;
}