/* Popup Image Viewer for rollover pics */
.thumbnail{ 
clear: both;
position: relative;
z-index: 0;
}

.thumbnail:hover{
background-color: transparent;
z-index: 50;
}

.thumbnail span{ /*CSS for enlarged image*/
position: absolute;
background-color: lightyellow;
padding: 5px;
left: -200px;
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: 10px; /*position where enlarged image should offset horizontally */

}

/* rollover for hyperlinks - changes color to cool blue and italic */
a:link {
	font-style: italic;
	font-weight: bold;
	color: #3366FF;
	text-decoration: none;
}
a:hover {
	font-style: italic;
	font-weight: bold;
	color: #FF0066;
	text-decoration: none;
}
a:visited {
	font-style: italic;
	font-weight: bold;
	color: #3399FF;
	text-decoration: none;
}

}

}
.unnamed1 {
	text-indent: 15pt;
	display: block;
}



.style2 {font-size: x-small}
.style3 {font-size: small}
.style4 {
	color: #000066;
	font-weight: bold;
}
.style5 {color: #000066}

.bluefont {
	color: #006;
}
