body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color:#333333;
}

td {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}

th {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}

.bodystyle {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color:#333333;
}

.small {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	color:#333333
}

.bodybold {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color:#006699;
	font-weight:bold
}

.bodybig {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color:#333333
}

.link {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color:#0099FF;
	text-decoration:underline;
}

.testiname {
     font-family:Arial, Helvetica, sans-serif;
	 color:00A8EC; 
	 font-size:12px;
	 font-weight:bold;
	 
	 }
	 
.testi {
     font-family:Arial, Helvetica, sans-serif;
	 color:00A8EC;
	 font-size:10px;
	 }

.footer {
     font-family:Arial, Helvetica, sans-serif;
	 color:#666666;
	 font-weight:bold;
	 font-size:10px


.list1 li {
font-size:11px;
color:#00A8EC;
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:#cccccc;
padding: 5px;
left: -1000px;
border-style:groove;
border-color:#cccccc;
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: 0px;
left: 110px;

 /*position where enlarged image should offset horizontally */

}
