
.infobar {
 display: block;
 height: 20px; 
 width: 100%;
}

.infobar a {
 display: block;
 width: 100%;
 margin-left: 2px;
 margin-right: 2px;
 margin-bottom: 0px;
 margin-top: 3px;
 border: 1px solid #10890D;
 background: #FFFFFF;
 padding-top: 2px;
 padding-bottom: 2px;
 height: 14px;
 text-decoration: none;
 font-weight: bold;
 text-align: center;
 font-size: 12px;
 color: #10890D;
 filter:progid:DXImageTransform.Microsoft.Gradient(endColorstr='#FFFFFF', startColorstr='#B8EFB6', gradientType='0');
}

 
.infobar a:hover {
 color: #10890D;
 background: #FFFFFF;
 text-decoration: underline;
 filter:progid:DXImageTransform.Microsoft.Gradient(endColorstr='#FFFFFF', startColorstr='#FFFFFF', gradientType='0')
}
  



table {
font-size: 12 px;
font-family: arial;

}


body {

 background-image:url(forest-2.jpg)
}


.green { color: #10890D; font-weight: bold; font-size: 16 px; }
.greenlink { color: #10890D; font-weight: bold; font-size: 12 px; }
.red { color: #CC0000; font-weight: bold; font-size: 16 px; }
