body {
	BACKGROUND:url(i/bg.gif);
}

td {

	text-decoration: none;

	border: none;

}

a:link {
	color: #003333;
}
a:visited {
	color: #0000FF;
}


.textoform {

	font-family: Tahoma;

	font-size: 12px;

	color: #333333;

	text-decoration: none;

	border: #006ed0;

}


.texto {

	font-family: Tahoma;

	font-size: 13px;

	color: #333333;

	text-decoration: none;

	border: none;

}


.rodape {

	font-family: Tahoma;

	font-size: 10px;

	color: #FFFFFF;

	text-decoration: none;

	border: none;
	
	background:#444444;

}

.logo {

	font-family: Tahoma;

	font-size: 16px;

	color: #FFFFFF;

	text-decoration: none;

	border: none;

}


.thumbnail{
position: relative;
z-index: 0;
}

.thumbnail:hover{
background-color: transparent;
z-index: 50;
}

.thumbnail span{ /*CSS for enlarged image*/
position: absolute;
background-color: white;
padding: 5px;
left: 0px;
border: 1px dashed gray;
visibility: hidden;
color: black;
text-decoration: none;
}

.thumbnail span img{ /*CSS for enlarged image*/
border-width: 0;
padding: 2px;
}

.thumbnail:hover span{ /*CSS for enlarged image on hover*/
visibility: visible;
top: -250px;
left: -130px; /*position where enlarged image should offset horizontally */

}
