html,body{
		background-color:#008000;
		width:100%;
		height:100%;
		margin:0px;
		padding:0px;
		font-family: Verdana, Arial, Helvetica, sans-serif;
		color:#FFFFFF;
		font-size:13px;
}
table{
		table-layout:fixed;
		overflow:hidden;
		font-family: Verdana, Arial, Helvetica, sans-serif;
		color:#FFFFFF;
		font-size:13px;
}		
.menubutton{
   		font-family: Verdana, Arial, Helvetica, sans-serif;
		font-size:13px;
 		font-weight:bold;
  		color:#FFFFFF;
 		width:135px;
 		height:24px;
 		background-color:#41A317;
 		border-style:none;
}
.squarebutton{
   		font-family: Verdana, Arial, Helvetica, sans-serif;
   		font-size:13px;
   		font-weight:bold;
   		color:#FFFFFF;
   		width:66px;
   		height:44px;
   		background-repeat: no-repeat;
   		background-color: transparent;
   		border-style:none;
}

div.scroll {
      text-align:justify;
	  border-style:ridge;
	  border-width:1px;
	  border-color:#e6e6fa;
      padding-right: 3px; 
	  overflow-x: hidden;
	  overflow-y: scroll;
} 
.thumbnail{
z-index: 0;
}
.thumbnail:hover{
position: relative;
background-color: transparent;
z-index: 50;
}
.thumbnail span{ /*CSS for enlarged image*/
position: absolute;
background-color: lightyellow;
left: -1000px;
border: 1px solid 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;
left: 187px; /*position where enlarged image should offset horizontally */
}
   
.hf9 { background-color:#008000; border:0; font-family: Verdana, Arial, Helvetica, sans-serif;
      font-size: 12px; font-style: normal; color: #FFFFFF; padding-bottom:1px;}
.tf9 { background-color:#FFFFFF; border:1px; border-style:ridge;font-family: Verdana, Arial, Helvetica, sans-serif;
      font-size: 12px; font-style: normal; color: #000000; text-align:right; 
	  padding-bottom:3px;}
.hf10 { background-color:#008000; border:0; font-family: Verdana, Arial, Helvetica, sans-serif;font-weight:bold;
      font-size: 13px; font-style: normal; color: #FFFFFF; padding-bottom:1px;}
.tf10 { background-color:#FFFFFF; border:0; font-family: Verdana, Arial, Helvetica, sans-serif;
      font-size: 14px; font-style: normal; color: #000000; text-align:right; 
	  padding-bottom:3px;}	
.hf11 { background-color:#008000; border:0; font-family: Verdana, Arial, Helvetica, sans-serif;font-weight:bold;
      font-size: 16px; font-style: normal; color: #FFFFFF; padding-bottom:1px;}
.tf11 { background-color:#FFFFFF; border:0; font-family: Verdana, Arial, Helvetica, sans-serif;
      font-size: 16px; font-style: normal; color: #000000; text-align:right; 
	  padding-bottom:3px;}	
.btn {  font-family: Verdana, Arial, Helvetica, sans-serif; height:24px; width:130px;font-size: 13px;}  

