BODY
{
	background: url(images/bg.gif) background-attachment:scroll; background-repeat:repeat-x; background-position:top center; background-color: #878a8a; 
	font-family: verdana;
	font-size: 10pt;
	line-height: 13pt;
	color:	#5D5D5D;
} 
TD
{
	font-family: verdana;
	font-size: 10pt;
	line-height: 13pt;
	color:	#5D5D5D;
}
.smalltext
{
	font-size: 8pt;
}
.headertext
{
	color:	#e45c00;
	font-size: 13pt;
	font-weight: bold;
}
A:link, A:visited, A:active
{	
	text-decoration:	none;
	color:	#e45c00;
	font-weight: bold;
}			
A:hover	
{	
	text-decoration:	underline;
	color:	#0252b4;
	font-weight: bold;
}
.thumbnail
{
position: relative;
z-index: 0;
}
.thumbnail:hover
{
background-color: transparent;
z-index: 50;
}
.thumbnail span
{
position: absolute;
background-color: white;
padding: 5px;
left: -1000px;
border: 1px dashed gray;
visibility: hidden;
color: black;
text-decoration: none;
}
.thumbnail span img
{
border-width: 0;
padding: 2px;
}
.thumbnail:hover span
{
visibility: visible;
top: 20px;
left: 20px;
}
