* html a:hover
{
visibility:visible
}

.cssnav a:hover img
{
visibility:hidden
}

.footnote 
{
	font-family : Arial;
	font-size : 10pt;
	color : #660000;
}

.lowerlinks
{
	font-family : Arial;
	font-size : 12pt;
	color : Black;
}

.text
{
	font-family : Arial;
	font-size : 12pt;
	color : #660000;
}

.textu
{
	font-family : Arial;
	font-size : 12pt;
	color : #660000;
	text-decoration : underline;
}

.link
{
	font-family : Arial;
	font-size : 12pt;
	color : #660000;
	text-decoration : underline;
}


.link2
{
	font-family : Arial;
	font-size : 10pt;
	color : Gray;
	text-decoration : none;
}

.header
{
	font-family : Arial;
	font-size : 14pt;
	color : #660000;
	font-weight : bold;
}

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

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

.thumbnaill 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;
}

.thumbnaill span img{ /*CSS for enlarged image*/
border-width: 0;
padding: 2px;
}

.thumbnaill:hover span{ /*CSS for enlarged image on hover*/
visibility: visible;
top: -120px;
left: 100px; /*position where enlarged image should offset horizontally */

}

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

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

.thumbnailr 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;
}

.thumbnailr span img{ /*CSS for enlarged image*/
border-width: 0;
padding: 2px;
}

.thumbnailr:hover span{ /*CSS for enlarged image on hover*/
visibility: visible;
top: -120px;
left: -300px; /*position where enlarged image should offset horizontally */

}
