<style type="text/css">

/*Credits: Dynamic Drive CSS Library */
/*URL: http://www.dynamicdrive.com/style/ */

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

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

.thumbnail span{ /*CSS for enlarged image*/
position: relative;
background-color: #330000;
padding: 5px;
left: auto;
border: 1px dashed gray;
visibility: hidden;
color: #CCCCCC;
text-decoration: none;
}

.thumbnail span img{
	border-width: 0;
	padding: 2px;
	background-color: #330000;
}

.thumbnail:hover span{ /*CSS for enlarged image on hover*/
visibility: visible;
top: 0;
left: 60px; /*position where enlarged image should offset horizontally */

}

</style>

body {
  font-family: Verdana, Arial, Helvetica, sans-serif;
}

td {
	font-family: Verdana, Geneva, Arial, helvetica, sans-serif;
}

th {
	font-family: Verdana, Geneva, Arial, helvetica, sans-serif;
}body {
	background-color: #330000;
	margin-left: 5%;
	margin-top: 5%;
	margin-right: 5%;
	margin-bottom: 5%;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
a:link {
	color: #330000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-decoration: underline;
	font-size: 12px;
	font-weight: bold;
}
a:visited {
	color: #333333;
	font-size: 12px;
	font-weight: bold;
}
.style1Copy {
font-weight: bold
}
.regunbold {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
}
