div.legenda table{
	border-spacing: 0px;
	border-collapse: collapse;
}
td.noborder {
	vertical-align: top;
	text-align: left;
	font-size:   12px;
	border-width: 0px;
	background: white;
	padding: 3px;
	border-color: #333;
}
th.noborder {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#FFFFFF;
	border-width: 0px;
	text-align:left;
	padding: 3px;
}
img {
	border: 0;
}
div.legenda{
	position: fixed;
	bottom: 0px;
	right: 0px;
	background-color:#660000;
	z-index: 0;
	visibility: hidden;
	width: 300px;
}
div.legendashow{
	position: fixed;
	bottom: 0px;
	right: 0px;
	background-color:#660000;
	z-index: 2;
	visibility: visible;
	width: 300px;
}

div.legendabehind{
	position: fixed;
	bottom: 0px;
	right: 0px;
	background-color:#660000;
	z-index: 1;
	text-align:center;
	width: 82px;
	border: solid 5px;
	margin:0 15px 15px 0;
}
div.legendabehind a{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:10px;
	color:#FFFFFF;
	text-decoration:none;
}
div.legendabehind a:visited{
	color:#FFFFFF;
}
div.legendabehind a:hover{
	text-decoration:none;
}
td.noborder a{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:10px;
	color:#000000;
	text-decoration:none;
}
td.noborder a:visited{
	color:#000000;
}
td.noborder a:hover{
	text-decoration:underline;
}