body {  
	 backgoound-color: #99cc99; 
	 color: #333333;
       font-family: Verdana, Geneva,Swiss,Arial,SunSans-Regular,sans-serif;
       font-size: 12px;
       margin: 10px 20px 20px 20px;

	 }
		
a 	{ color: #006633;}
a:link    { text-decoration: none; }
a:active  { text-decoration: none; }
a:visited { text-decoration: none; }
a:hover { text-decoration: underline overline; }
 

P {
  line-height: 140%;
  }

td {  
	 border-color: #cc6633 #cc6633 #996666 #996666;
       line-height: 16px;
	 }

h1 {  
	 text-align: center;
	 font-size: 24px;
	 }

h2 {  
	 font-size: 14px;
	 }
	 
.c {
	 text-align: center; 
	 }
	 
dt {
   font-weight: bolder;
   padding-top: 5px;
   }

.toc LI   /* list items within table of contents */
  {
  font-weight: bold;
  line-height: 1.5;
  list-style-type: none
  }


@media print {
	BODY {
    font-size: 12pt;
    color: black;
    background: white;
    padding-left: 2em;
    padding-right: 2em;
    }
}
