
/*  Style sheet test

      ffffcc - beige; 
     093918 dark green 
     116e2f lighter green; 
     663300 - brown; 
     006600 middle green;
     00D600 also lightish green
     F7f7e2 - light yellow
     F5f7a9 - light yellow 
     #339900 - dark green "blooming'"
     #79c553 */ 

body,td,th, div {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: medium;
	color: #093918; 
        }

 td.padded {
 padding:2em;
 }



body  {
   background-color: #ffffcc; padding: 5em;}




a:link {
	color:#116E2F;
	text-decoration: underline;
}
a:visited {
	color: #663300;
	text-decoration: underline;
}
a:hover {
	color: #006600;
	text-decoration: none;
}
a:active {
	color: #00D600;
	text-decoration: underline;
}

.style1 {
         font-family: Verdana, Arial, Helvetica, sans-serif; 
         font-weight: normal; 
         font-size: large; 
          }


.style2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: small;
	color: #093918; 
}
	

.style4 {font-family: Verdana, Arial, Helvetica, sans-serif; font-weight: normal; font-size: large; color: #ffffcc;}

.style5 {font-family: Verdana, Arial, Helvetica, sans-serif; font-weight: bold; font-size: large; color: #116E2F; }
.style6 {font-size: medium; font-weight: normal; font-variant: normal; font-family: Verdana, Arial, Helvetica, sans-serif; font-style: normal; color: #ffffcc; }

.style7 { 	font-size: small; color: #116E2F; }




p.left {text-align:left; color: #093918; }

p.center {text-align:center; color: #093918; }


table.noline { border: 0; cellpadding: 0; cellspacing: 0;  
align: center;  margin-left: auto; margin-right: auto;   }




/*



h1   { 
      font-size: 1.75em;      
     color: #116E2F; 
     background-image: none;
     margin: 0; 
     margin-bottom: 0.5 em; 
     padding 0.25em;  
     
     }
    
h2   {
	color:#116E2F;
	font-size: large;
	

  }
h3.left   {
       font-size: large; 
        color: #116E2F;
      
       text-align: left
      
}

h3.center    { 
       font-size:large; 
        color: #116E2F;
        text-align: center;
}
td.green  {
bicolor: #339900; }
 


*/