p {
	font-family: Tahoma, Arial, sans-serif, Helvetica;
	font-size: 10pt;
	color: #666666;
}
h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14pt;
	font-weight: bold;
	color: #1A61B9;
}
.1pixbottom {
	padding-top: 10px;
	padding-right: 2px;
	padding-bottom: 10px;
	padding-left: 2px;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #1A61B9;
	text-align: center;
	width: 80%;

}
h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12pt;
	font-weight: lighter;
	color: #1A61B9;
}
.1pixblue {
	border: 1px solid #0667C7;
	margin: 2px;
	padding: 2px;
}

.thumbnail{
	position: relative;
	z-index: 0;
	background-color: #FFFFFF;
	overflow: auto;
}

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

.thumbnail span{ /*CSS for enlarged image*/
position: absolute;
background-color: lightyellow;
padding: 5px;
left: -1000px;
border: 1px dashed gray;
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: 0;
left: -400px; /*position where enlarged image should offset horizontally */

}

