   
<!--
.BodyTextForm {font-family: Arial, Helvetica, sans-serif; font-size: 14px; color: #442358; }
.BodyText2 {font-family: Arial, Helvetica, sans-serif; font-size: 12px; color: #808040; }
.BodyText {font-family: Arial, Helvetica, sans-serif; font-size: 12px; color: #442358; }
.BodySmall {font-family: Arial, Helvetica, sans-serif; font-size: 11px;	color: #442358; }
.BodySmall2 {font-family: Arial, Helvetica, sans-serif; font-size: 11px;	color: #808040; }
.BodyTiny {font-family: Arial, Helvetica, sans-serif; font-size: 10px; color: #808040; }
.Title {font-family: Arial, Helvetica, sans-serif; font-size: 14px; color: #53306A; font-weight: bold; }
{
background: url('images/bg_tile.jpg');
background-repeat: no-repeat;
}
-->
a:link {
	color: #808040;
}
a:visited {
	color: #62612F;
}

<!-- Image hover code -->

.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: 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: 0;
left: 350px; /*position where enlarged image should offset horizontally */

}

