<style type="text/css">

.thumbnail{
position: relative;
z-index: 50;
}

.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: 0;
left: 60px; /*position where enlarged image should offset horizontally */

}




body {
	background-color: black;
                  font-size: 10pt;
                 font-family: Arial;
 		color: #FFFFFF;
		margin: 0px 0px 0px 0px;

}


h1 {
	color: #FF0000;
       font-size: 11pt;
       font-family: Verdana, Arial, Helvetica, sans-serif;
 	text-align:center
}

h2 {
	color: #FF0000;
       font-size: 12pt;
       font-family: Verdana, Arial, Helvetica, sans-serif;
   
}

h3 {
	color: #FFFFFF;
       font-size: 8pt;
       font-family: Verdana, Arial, Helvetica, sans-serif;
   
}
h4 {
	color: #FF0000;
       font-size: 10pt;
       font-family: Verdana, Arial, Helvetica, sans-serif;
   
}

a:link {
       color: #000000; 
       font-size: 10pt; 
       text-decoration: none;
}
a:hover {
	color:red;
}

a:visited {
        text-decoration: none;
        color: green; 
        font-size: 10pt;
        text-decoration: none
        
}

table.main {
	border-spacing: ;
	border-collapse: separate;
	font-size: 10pt;
       font-family: Arial;
	width=850
	-moz-border-radius:
}
.cellback {
         background: url('images/navbutton.jpg');
	background-repeat:no-repeat;
	 width: 180px;
         height: 30px;
         padding: 2px;
        font-weight:bold;
        text-align: center; 
	-moz-border-radius: 

}

.cellback2 {
         background: url('images/navbutton1.jpg');
	background-repeat:no-repeat;
         width: 180px;
         height: 30px;
         padding: 2px;
        font-weight:bold;
        text-align: center; 
	-moz-border-radius: 

}

.celltop {
         background: url('images/bluebuttonsmall.jpg');
	background-repeat:no-repeat;
	background-position: center center;
         padding: 2px;
        font-weight:bold;
        text-align: center; 
        height: 30px;

	-moz-border-radius: ;
}


.cell {
         padding: 2px;
        font-weight:bold;
        text-align: center; 
	-moz-border-radius: ;
}
table.main td {
	border-width: 1px;
	padding: 1px;
	-moz-border-radius: ;
</style>