body{
margin-bottom:0 px;
margin-left:0 px;
margin-right:0 px;
margin-top:0 px;
background-color: #CCCCCC;
}

a:link {
	text-decoration: none;
}
a:visited {
	text-decoration: none;
}
a:hover {
	font-size:13px;
	color: #0072BB;
}
a:active {
	text-decoration: none;
}


.text1{
font-family: Arial;
font-size:12px;
font-style:normal;
font-weight: bold;
color:#000000;
}
.text2{
font-family: Arial;
font-size:12px;
font-style:normal;
font-weight: normal;
color: #6d6e71;
}
.text3{
font-family: Arial;
font-size:12px;
font-style:normal;
font-weight: bold;
color: #0072bc;
}
.text4{
font-family: Arial;
font-size:12px;
font-style:normal;
font-weight: normal;
color: #FF0000;
}


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

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

.thumbnail span{ /*CSS for enlarged image*/
position: absolute;
background-color: #000000;
padding: 5px;
left: -1000px;
border: 1px;
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: -190px;
left:10px; /*position where enlarged image should offset horizontally */

}