body {
	background-image: url(images/wmlogo.gif);
	background-repeat: repeat;
	font-family:  Calibri, Garamond;
	color: #000000;
	line-height: normal;
	font-size: 16px;
	font-style: normal;
	font-weight: 400;
	text-transform: none;
	font-variant: normal;
	list-style-position: inside;
   }

table  { padding:5px; line-height:normal border-color:#D2D2D2; background-color: #FFFFF1;}   
h2      {font-size:18px; font-weight:bold}

.img4   {border:2px solid #808080; margin:2px;}
.img4x  {border:5px solid #666666; margin:3px;} 
.img0   {border:0}
.img1   {border:1; color:#000000}
.img2   {border:0}
.img3   {border:1; color:#808080; margin:3px;}

.style1 {font-size: 26px;font-weight: bold;}
.style2 {font-size: 15px}
.style3 {font-size: 15px; font-weight:400; text-align:justified; line-height:normal; margin:auto; padding:15px; }
.style4 {color: #000000; font-size: 24px; font-family: "Old English Text MT", "Rockwell Extra Bold";}
.style5 {font-size: 16px; font-weight:bold; text-align:justify;}
.style6 {font-size: 20px; font-weight:bold; color:#990000; text-align:center; font-style:italic;}
.style7 {font-size: 10px}
.style8 {color: #990000; font-size: 36px; font-style:italic; font-weight: bold; }
.style9 {color: #FF0000}
.style10 {font-size: 19px;font-weight: bold;}
.style11 {font-size: 16px;font-weight: bold;}
.style12 {font-size: 11px;font-weight: bold;}

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

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

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

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

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

}


