a {text-decoration:none}
.h1 {font-family: Arial, Helvetica, sans-serif; font-size: 40px; font-weight: bold; font-style: italic; color: #000000}
.tableMenu {bgcolor: transparent;}
.navform {font-family: Arial, Helvetica, sans-serif; font-size: 14px; font-weight: bold; color: #990000}
.navformsm {font-family: Arial, Helvetica, sans-serif; font-size: 12px; font-weight: bold; color: #990000}
.navformlg {font-family: Arial, Helvetica, sans-serif; font-size: 22px; font-weight: bold; color: #990000}
.tabcell {font-family: Arial, Helvetica, sans-serif; font-size: 10px; font-weight: bold; color: #000000}
.navtitle {font-family: Arial, Helvetica, sans-serif; font-size: 18px; font-weight: bold; color: #990000}
.navtitlesm {font-family: Arial, Helvetica, sans-serif; font-size: 22px; font-style: italic; font-weight: bold; color: #000000}
.navdown {font-family: Arial, Helvetica, sans-serif; font-size: 14px; font-weight: bold; color: #000000}
.navclose {font-family: Arial, Helvetica, sans-serif; font-size: 10px; font-style: italic; color: #999999}
.formfield {font-family: Arial, Helvetica, sans-serif; font-size: 11px; font-weight: normal; color: #666666; border:5px solid white}
hr {border:0;width:100%;color:#990000;background-color:#990000;height:5px}

.thumbnail{
position: relative;
z-index: 0;
}

.thumbnail:hover{
background-color: transparent;
z-index: 50;
}

.thumbnail span{
position: absolute;
background-color: white;
width: 200px;
padding: 5px;
left: -1000px;
border: 2px solid;
visibility: hidden;
color: #990000;
text-decoration: none;
}

.thumbnail span img{
border-width: 0;
padding: 2px;
}

.thumbnail:hover span{
visibility: visible;
top: 0;
left: 60px;
}