body {
	color:#333;
	background-color:#ffffff;
	margin:0px 20px 0px 20px;
	padding:0px;
	font:12px verdana, arial, helvetica, sans-serif;
	}

td {
	font:12px verdana, arial, helvetica, sans-serif;
	line-height:170%;
	color:#000000;
	}

p {
	font:12px verdana, arial, helvetica, sans-serif;
	line-height:170%;
	color:#000;
	}

a {   /* this makes green links*/
	color:#208F67;
	font-size:12px;
	font-family:verdana, arial, helvetica, sans-serif;
	font-weight:600;
	text-decoration:none;
	}	
a:link {color:#208F67;}
a:visited {color:#208F67;}
a:hover {color:#004E87;}

a.anchors1 {   /* this makes the top of page alphabet*/
	font-family:verdana, arial, helvetica, sans-serif;
	font-size:12px;
	color:#208F67;
	}	
a.anchors1:link {color:#208F67;}
a.anchors1:visited {color:#208F67;}
a.anchors1:hover {color:#004E87;}

a.anchors2 {   /* this makes the bold headings to jump to from a top page table of contents*/
	font-family:verdana, arial, helvetica, sans-serif;
	font-size:20px;
	font-weight:900;
	color:#A0A0A0;
	}	
a.anchors:link {color:#208F67;}
a.anchors:visited {color:#208F67;}
a.anchors:hover {color:#004E87;}

a.top {   /* this makes return to top of page*/
	font-family:verdana, arial, helvetica, sans-serif;
	font-size:10px;
	font-weight:300;
	}
	
h1 {  /*this makes the top heading on each page*/
	margin:0px 0px 0px 0px;
	padding:0px;
	font-size:18px;
	font-weight:900;
	color:#808080;
	}
	
h2 {  /*this makes the heading of each section*/
	font:bold 14px verdana, arial, helvetica, sans-serif;
	margin:0px 0px 0px 0px;
	padding:0px;
      color:#000;	
	}
	
h3 {  /*this makes the column headings in the table of uses*/
	font:bold 14px verdana, arial, helvetica, sans-serif;
	margin:0px 0px 0px 0px;
	padding:0px 0px 0px 0px;
	color:#808080;
	}
	
h4 {  /*this makes the */
	font:bold 9px verdana, arial, helvetica, sans-serif;
	margin:0px 0px 0px 5px;
	padding:0px;
	color:#A0A0A0;
	}
		
h5 {  /*this makes the */
	font: 16px verdana, arial, helvetica, sans-serif;
	margin:0px 0px 0px 5px;
	font-weight:800;
	color:#004E87;
	}
	
hr {
    height:1px;
    width:100%;
    color:#acacac;
    margin: 0px 0px 0px 0px; 
   }
   
.emph1 {  /* this makes green emphasized text in the content*/
	color:#208F67;
	font-size:11px;
	font-family:verdana, arial, helvetica, sans-serif;
	font-weight:600;
	text-decoration:none;
	}
	
.emph2 {  /* this makes blue emphasized text in the content*/
	color:#004E87;
	font-size:11px;
	font-family:verdana, arial, helvetica, sans-serif;
	font-weight:600;
	text-decoration:none;
	}
	
.emph3 {  /* this makes gray emphasized text in the content*/
	color:#707070;
	font-size:11px;
	font-family:verdana, arial, helvetica, sans-serif;
	font-weight:600;
	text-decoration:none;
	}

#Main {float:none; width:auto; margin:0 0%; padding:0;}
