
body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 95%; background-color: #ffffff;
	margin: 0px;
}


td {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 95%;
}

th {
	font-family: Arial, Helvetica, sans-serif;
}

h1 {font-size: 120%}
h2 {font-size: 100%}
p {font-size: 95%; line-height: 120%}

a{text-decoration:none}
a:text {font-family:Arial, Helvetica, sans-serif}
a:hover{text-decoration:none}
a:link {color: #000000}
a:visited {color: #666666}
a:hover {text-transform:bold; letter-spacing:.cm}
a:hover {color: #000000;
text-decoration:underline}

/* thumb popup*/

.thumbnail{
position: relative;
z-index: 0;
}

.thumbnail:hover{
background-color: transparent;
z-index: 50;
}

.thumbnail span{ /*CSS for enlarged image*/
position: absolute;
background-color: #ffffff;
padding: 5px;
left: -1000px;
border: ;
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: 150px; /*position where enlarged image should offset horizontally */

}

