
body {
  line-height: 1.5;
  background-color: #0A560C;
  margin-left: 0px;
  margin-right: 0px;
  margin-top: 0px;
  margin-bottom: 0px;
  scrollbar-3dlight-color: #66CC33;
  scrollbar-arrow-color: #66CC33;
  scrollbar-base-color: #66CC33;
  scrollbar-darkshadow-color: #66CC33;
  scrollbar-face-color: #0A560C;
  scrollbar-highlight-color: #0A560C;
  scrollbar-shadow-color: #0A560C;
  }

a:link {
	color: #FFFFFF;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #FFFFFF;
}

a:hover {
	text-decoration: none;
	color: #66CC33;
}
a:active {
	text-decoration: none;
	color: #66CC33;
}

.img {
    float: left;
	border-color:#000000;
	margin-right: 10px;
	margin-top: 3px;	
}

.h1 {
 font-family: Trebuchet MS;
 color: white;
 font-size:12px;
 font-weight: normal;
 text-align: justify;
 }
 
.h2 {
 font-family: Trebuchet MS;
 color: white;
 font-size:14px;
 font-weight: normal;
 text-align: justify;
 }
 
.h3 {
 font-family: Trebuchet MS;
 color:  #66CC33;
 font-size:9px;
 font-weight: bold;
 text-align: justify;
 }
 
 .h4 {
 font-family: Trebuchet MS;
 color: black;
 font-size:12px;
 font-weight: normal;
 text-align: justify;
 }
 
  .h5 {
 font-family: Trebuchet MS;
 color: white;
 font-size:10px;
 font-weight: normal;
 text-align: justify;
 font-style:italic;
 }
 
   .h6 {
 font-family: Trebuchet MS;
 color: white;
 font-size:10px;
 font-weight: normal;
 text-align: justify;
 line-height:normal;
 }
 
 .menu_active {
 font-family: Trebuchet MS;
 color:  #66CC33;
 font-size:14px;
 text-align: justify;
 }
 
#thumbBox{ /*Outermost DIV for thumbnail viewer*/
position: absolute;
left: 0;
top: 0;
width: auto;
padding: 10px;
padding-bottom: 0;
background: #313131;
visibility: hidden;
z-index: 10;
cursor: hand;
cursor: pointer;
}

#thumbBox .footerbar{ /*Footer DIV of thumbbox that contains "close" link */
font: bold 16px Tahoma;
letter-spacing: 5px;
line-height: 1.1em;
color: white;
padding: 5px 0;
text-align: right;
}


#thumbBox #thumbImage{ /*DIV within thumbbox that holds the enlarged image */
background-color: white;
}

#thumbLoading{ /*DIV for showing "loading" status while thumbbox is being generated*/
position: absolute;
visibility: hidden;
border: 1px solid black;
background-color: #EFEFEF;
padding: 5px;
z-index: 5;
}


