body {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#666666;
	line-height:18px;
}
.darkblue-bold-arial-12 {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#000066;
	line-height:18px;
	font-weight:bold;
}
.blue-bold-arial-12 {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#000099;
	line-height:18px;
	font-weight:bold;
}
.footer {
	font-family:Arial, Helvetica, sans-serif;
	font-size:10px;
	color:#333333;
	line-height:18px;
}
.style-textbox {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:10px;
	color:#333333;
	border-style:solid;
	border-width:1px;
	border-color:#333333;
}
.style-button {
	border-style:solid;
	border-width:2px;
	border-color:#000066;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:10px;
	font-weight:bold;
	color:#000066;
	background-color:#FFFFFF;
}
table#link1 a:hover{
	text-decoration:underline;
	color:#0066CC;
}
table#link1 a, table#link1 a:link{
	text-decoration:none;
	color:#000066;
}
table#link2 a:hover{
	text-decoration:underline;
	color:#333333;
}
table#link2 a, table#link2 a:link{
	text-decoration:none;
	color:#666666;
}
table#footer a:hover{
	text-decoration:underline;
	color:#999999;
}
table#footer a, table#footer a:link{
	text-decoration:none;
	color:#333333;
}
.thumbnail{
position: relative;
z-index: 0;
}
.thumbnail:hover{
background-color: transparent;
z-index: 50;
}
.thumbnail span{ /*CSS for enlarged image*/
position: absolute;
background-color: white;
padding: 0px;
left: -1000px;
border: none;
visibility: hidden;
color: black;
text-decoration: none;
}
.thumbnail span img{ /*CSS for enlarged image*/
border-width: 0;
padding: 0px;
}
.thumbnail:hover span{ /*CSS for enlarged image on hover*/
visibility: visible;
top: 0;
left: 100px; /*position where enlarged image should offset horizontally */
}