

body {
	background-color: #CCCCCC;
}
body,td,th {
	font-family: Arial, Helvetica, sans-serif;
}
.style1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
}
.style2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: x-small;
}
.style3 {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: large
}
.style4 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
	font-weight: bold;
}
.Imageplace {
	position: relative;
	z-index: 22;
}
table.main
{
margin-top: 0px;
width: 500px;
border: 0px;
padding: 0px;
margin-left: 10px;

}

img.logo2
{
position: absolute;
margin-top: 60px;
margin-left: 125px;
border: black groove 2px;
z-index:100;

}
img.logo3
{
position: absolute;
margin-top: 260px;
margin-left: 50px;
border: black groove 2px;

z-index:6;

}
img.logo
{
position: absolute;
margin-top: 10px;
margin-left: 50px;
border: black groove 2px;
z-index:8;

}
img.logo4
{
position: absolute;
margin-top: 10px;
margin-left: 350px;
border: black groove 2px;
z-index:8;

}
img.logo5
{
position: absolute;
margin-top: 260px;
margin-left: 350px;
border: black groove 2px;
z-index:8;

}
.thumbnail{
position: relative;
z-index: 0;
}

.thumbnail:hover{
background-color: transparent;
z-index: 999;
}

.thumbnail span{ /*CSS for enlarged image*/
position: absolute;
margin-top: 60px;
margin-left: 65px;
border: black groove 2px;
background-color: lightgrey;
visibility: hidden;
color: black;
text-decoration: none;
z-index: 999;
}

.thumbnail span img{ /*CSS for enlarged image*/
border-width: 0;
padding: 2px;
}

.thumbnail:hover span{ /*CSS for enlarged image on hover*/
visibility: visible;
position: absolute;
margin-top: 60px;
margin-left: 125px;
border: black groove 2px;
z-index:999;
}

