body {	background-color: #152B04; background:  url(grass-bk.jpg) }

.boxed { -moz-box-sizing: border-box; -webkit-box-sizing: border-box; box-sizing: border-box } /*moz, saf, css3*/



#toolbar { background: #333333  url(toolbar-bk.jpg);
           cursor: default;
           font-size: 10px; 
		   font-family: Tahoma;
		   height: 28px; 
		   width: auto; 
		   overflow: hidden}		   
#toolbar a { height: 28px; padding: 2px 8px 0 8px; color: #DDDDDD; text-decoration: none; font-weight: bold; display: block; float:left }
#toolbar a:hover { color: #555555; background: url(toolbar-bk-over.jpg) }



#content, td { color: #777777;
			   font-size: 0.85em; 
			   line-height: 1.8em;
			   font-family: Georgia, "Trebuchet MS", Tahoma }		   		   		   
#content a { color: #639D53; text-decoration:none;}
#content a:hover { text-decoration: underline; }


#footer  { cursor: default;
		   color: #888888;
		   padding: 7px 0 20px 0;
           letter-spacing: 0.3em;
           text-align: center;
           font-size: 10px; 
		   line-height: 18px;
		   font-family: Arial }		   
#footer a { color: #CCCCCC; text-decoration: none; letter-spacing: 0px; font-weight: bold;}
#footer a:hover { text-decoration: underline; }
#footer span { letter-spacing: 0px; color: #BBBBBB }

h1, .green {   cursor: default;
	   font-size: 1.8em;
	   letter-spacing: -1px;
	   color: #639D53;
	   font-family: "Trebuchet MS","Arial", Tahoma;
	   }

h3 {   cursor: default;
       color: #639D53;
	   font-size: 1.4em;
	   border-bottom: 2px dotted #EEEEEE}

h4 {   cursor: default;
       color: #996600;
	   font-size: 1em;}


.input-green { border: 1px solid #B7CFB9; background: url(input-bk.gif) no-repeat  }


.small-text {  font-family: Arial, Tahoma; font-size: 9pt }
.smaller-text {  font-family: Tahoma, Arial; font-size: 8pt }
