A:LINK {text-decoration : none;}
A:VISITED {text-decoration : none;}
A:HOVER {text-decoration : underline;}

.fonte8 { font-size: 8pt} 
.fonte10 {
	font-size: 10pt;
	text-align: justify;
	color: #000000;
	text-indent: 30px;
}
.fonte9 {
	font-size: 9pt;
}

.naorepete {
	background-repeat: no-repeat;
}
		
body {
	margin:0px; font-family: Verdana;
	background-position:  center 50%;
	background-image: url('images/fundo_site.gif'); 
	  }

.textoemvolta {
	z-index: auto;
	float: left;
	margin-right: 6px;
	margin-left: 6px;
}

.fundotabela {
	background-image: url(images/img_centro.jpg);
	background-repeat: no-repeat;
}

.thumbnail{
position: relative;
z-index: 0;
}

.thumbnail:hover{
background-color: transparent;
z-index: 50;
}

.thumbnail span{ /*CSS for enlarged image*/
	position: absolute;
	background-color: #006600;
	padding: 5px;
	left: -1000px;
	border: 1px dashed gray;
	visibility: hidden;
	color: #FFFFFF;
	text-decoration: none;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
}

.thumbnail span img{ /*CSS for enlarged image*/
border-width: 0;
padding: 2px;
}

.thumbnail:hover span{ /*CSS for enlarged image on hover*/
visibility: visible;
top: 0;
left: 60px; /*position where enlarged image should offset horizontally */
}