BODY {
	background-color: transparent;
	color : Black;
	font-family : Verdana, Tahoma, Arial, Helvetica, sans-serif;
	margin-right : 5%;
}

TD.data	{
		color : Black;
	font-family : Verdana, Tahoma, Arial, Helvetica, sans-serif;
	font-size : 80%;
}

.topnav A:LINK, .topnav A:VISITED {
	font-family : Verdana;
	background-color: transparent;
	color : #696969;
	font-size : 7pt;
	font-weight: bold;
	text-decoration : none;
}

.topnav A:HOVER {
	font-family : Verdana;
	color : #000000;
	font-size : 7pt;
	font-weight: bold;
	text-decoration : underline;
}

.bodynav A:LINK, .bodynav A:VISITED {
	font-family : Verdana;
	background-color: transparent;
	color : Black;
	font-size : 10pt;
	font-weight: bold;
	text-decoration : none;
}

.bodynav A:HOVER {
	font-family : Verdana;
	color : White;
	font-size : 10pt;
	font-weight: bold;
	text-decoration : underline;
}

H1 {
	background-color: #cccc99;
	color : #990000;
	font-family : Verdana, Tahoma, Arial, Helvetica, sans-serif;
	font-size : 10pt;
	font-weight: bold
}

H2 {
	background-color: transparent;
	color : #996600;
	font-family : Verdana, Tahoma, Arial, Helvetica, sans-serif;
	font-size : 8pt;
	font-weight : bold;
}
H3 {
	background-color: transparent;
	color : Navy;
	font-family : "Times New Roman", Times, serif;
	font-size : 150%;
	font-weight : bold;
}
BLOCKQUOTE {
	margin-left : 0;
	background-color: transparent;
	color : Black;
	font-family : Verdana, Tahoma, Arial, Helvetica, sans-serif;
	font-size : 80%;
}
caption {
	font-family : Verdana, Tahoma, Arial, Helvetica, sans-serif;
	font-size : 80%;
}	
P {
	font-family : Verdana, Tahoma, Arial, Helvetica, sans-serif;
	font-size : 100%;
}	
H5 {
	font-family : "Times New Roman", Times, serif;
	font-size : 12pt;
	font-weight : bold;
	color : #8B4513;
}
H4 {
		font-family : "Times New Roman", Times, serif;
	font-size : 10pt;
	font-weight : Normal;
	color : Black;
}
H6 {
	font-family : Verdana, Tahoma, Arial, Helvetica, sans-serif;
	font-size : 8pt;
	font-weight : Normal;
	color : Black;
}
.thumbnail{
position: relative;
z-index: 0;
}
.thumbnail:hover {
background-color: transparent;
z-index: 50;
}
.thumbnail span { /*CSS for enlarged image*/
position: relative;
background-color: #000000;
padding: 5px;
left: 100px;
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: 50px;
left: 100px; /*position where enlarged image should offset horizontally */
}
