BODY      { font-size: 10pt; font-family: verdana; color: #333333; }
FONT.a    { font-size: 10pt; color: #666688;}

A:link    { color: #880000; font-size: 10pt; }
A:visited { color: #880000; font-size: 10pt; }
A:active  { color: blue; }
A:hover   { color: red; }

TABLE.a   { margin-bottom: 8px; border: #e0e0e0 1px solid; background-color: #ffffff}

TR.a      { font-size: 10pt; font-family: verdana; color: #666688; }

.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: -1000px;
border: 4px solid 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: -100;
left: 60px; /*position where enlarged image should offset horizontally */

}

.thumbnailright{
position: relative;
z-index: 0;
}

.thumbnailright:hover{
background-color: transparent;
z-index: 50;
}

.thumbnailright span{ /*CSS for enlarged image*/
position: absolute;
background-color: white;
padding: 5px;
left: -230px;
border: 1px solid gray;
visibility: hidden;
color: black;
text-decoration: none;
}

.thumbnailright span img{ /*CSS for enlarged image*/
border-width: 0;
padding: 2px;
}

.thumbnailright:hover span{ /*CSS for enlarged image on hover*/
visibility: visible;
top: -100;
right: 60px; /*position where enlarged image should offset horizontally */

}
