body    { background-color: #ffffff;	
font-family: Geneva, Arial, Helvetica, sans-serif;  	
background-color: #ffffff;		
background-repeat: repeat} 

a { text-decoration: none; }    
 
  a:link	{ color: #003366;
   font-size: 12px;}   
  a:visited { color: #006666;
   font-size: 12px;}
  a:hover	{ color: #0A9D6C;
   font-size: 12px;}
   
  
.text { 
       margin-left: 10px;
       margin-top: 10px;
	   margin-right: 10px;
	   font-family: Geneva, Arial, Helvetica, sans-serif;
	   font-size: 14px;
} 


.subtitle { 
       margin-left: 10px;
       margin-top: 2px;
	   margin-right: 10px;
	   font-family: Geneva, Arial, Helvetica, sans-serif;
	   color:#006666;
	   font-weight: bold;
}   

.subtitle_gray { 
       margin-left: 5px;
       margin-top: 2px;
	   margin-right: 10px;
	   font-family: Geneva, Arial, Helvetica, sans-serif;
	   color: #666666;
	   font-weight: bold;
	   font-size: 18px;
}   


.tableblue { 
       margin-left: 5px;
       margin-top: 2px;
	   margin-right: 10px;
	   font-family: Geneva, Arial, Helvetica, sans-serif;
	   background-color: #54768F;
	   color: #CCCCCC;
	   font-size: 12px;
	   text-indent: 10px;}
		
 table#sample td {
    padding:  0px;
    border: solid #ffffff .75px;
    text-indent: 10px;
		
}



.table_title{
       font-family: Geneva, Arial, Helvetica, sans-serif;
	   color: #ffffff;
	   font-weight: bold;
	   text-indent: 10px;
	  
} 

.table_subtitle {
       font-family: Geneva, Arial, Helvetica, sans-serif;
	   color: #CCCCCC;
	   font-weight: bold;
	   text-indent: 10px;
	  
} 

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

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

.thumbnail span{ /*CSS for enlarged image*/
position: absolute;
background-color: transparent;
padding: 0;
left: -50px;
border: 0 dashed gray;
visibility: hidden;
color: black;
text-decoration: none;
}

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

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

}
 
  .td { border-style: dashed; border-width: 1px; border-color: #97BAC3;}


.subtitle_small{
       font-family: Geneva, Arial, Helvetica, sans-serif;
	   color: #ffffff;
	   text-indent: 10px;
	  
} 

 ul, li; ol { margin-left:10px }


#dropmenudiv{
position:absolute;
border: 1px solid #FFFFFF;
border-bottom-width: 0;
font:normal 12px Verdana;
line-height:18px;
z-index:100;
left:auto;
}

#dropmenudiv a{
width: 100%;
display: block;
text-indent: 3px;
border-bottom: 1px solid #FFFFFF;
padding: 1px 0;
text-decoration: none;
font-weight: bold;
}

#dropmenudiv 
a:link {color:#FFFFFF;}
#dropmenudiv a:hover{ /*hover background color*/
background-color: #97BAC3;
}

</style>

