.style1 { font-family: Verdana; font-size: 10px; }
.style2 { font-family: Verdana }
.style3 { font-size: 13px; color: #FFFFFF; font-weight: bold; }
.style4 { font-family: Verdana; font-size: 12px; }
.style5 { font-family: Verdana; font-size: 10px;  font-weight: bold; color: #0d2651;}
.style6 { font-family: Verdana; font-size: 12px; color: #FFFFFF; }
.style7 { font-size: 13px }
.style8 { font-family: Verdana; font-size: 13px; color: #FFFFFF; font-weight: bold; }
.style12 { font-size: 13px; color: #FFFFFF; font-family: Verdana; }
.style14 { font-family: Verdana; font-size: 11px; font-weight: bold; color: #000000; }
.style20 { font-family: Verdana; font-size: 11px; font-weight: bold; color: #0d2651; }
.thumbnail{
position: relative;
z-index: 0;
}

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

.thumbnail span{ /*CSS for enlarged image*/
position: absolute;
background-color: lightyellow;
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: 60px; /*position where enlarged image should offset horizontally */

}

