body {
	margin: 0px;
	padding: 0px;
}

.texto {
	font-family: Arial, Verdana;
	font-size: 11px;
}
.texto-g {
	font-family: Arial, Verdana;
	font-size: 12px;
}
.texto-p {
	font-family: Arial, Verdana;
	font-size: 10px;
}
.titulo {
	font-family: Arial, Verdana ;
	font-size: 12px;
	font-weight: bold;
}
.titulo-p {
	font-family: Arial, Verdana;
	font-size: 10px;
	font-weight: bold;
}
.titulo-g {
	font-family: Arial, Verdana;
	font-size: 11px;
	font-weight: bold;
}
.menulink {
	font-family: Arial, Verdana;
	font-size: 11px;
	font-weight: bold;
	color: #ffffff;
	text-decoration: none;
}
a.menulink:visited {
	color: #ffffff;
}
a:visited {
  color:#808080;
}
.enc-destaque {
  background-color: #C0C0C0;
 	border-top-width: 0px;
	border-right: 1px solid #C0C0C0;
	border-bottom: 1px solid #C0C0C0;
	border-left: 1px solid #C0C0C0;
}
.enc-destaque-vazio {
  background-color: #ffffff;
 	border-top:1px solid #C0C0C0;
}