<style type="text/css">
 table.c10 {text-align: center}
 div.c9 {text-align: left}
 p.c8 {color: #000000; font-weight: bold; font-family: Helvetica,sans-serif; margin-left: 2em}
 p.c7 {color: #000000; font-family: Helvetica,sans-serif; margin-left: 2em}
 div.c6 {color: #000000}
 span.c5 {color: #B22222; font-family: Helvetica, sans-serif; text-align: center; font-size: 18pt}
 span.c2 {font-family: ARIAL}
 div.c4 {font-family: ARIAL; text-align: center}
 p.c3 {color: D3D3D3; font-family: ARIAL; text-align: left}
 div.c1 {text-align: center}
 a.red:link {color: #F0F8FF}
 a.red:visited {color: #3399CC}
 a.red:active {color: #F5F5F5}
 a.redbig:link {color: #D3D3D3; font-size: 120%}
 a.redbig:visited {color: #3399CC; font-size: 120%}
 a.redbig:active {color: #F5F5F5; font-size: 120%}

 body {background: #191970}

/* Code for ASP logo popup  */
/*Credits: Dynamic Drive CSS Library */
/*URL: http://www.dynamicdrive.com/style/ */

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

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

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

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

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

}



 </style>

