body{
      font-family: Arial;
      color: navy;
      font-size: 10pt;
	  margin: 10px, 0px, 0px, 10px; 
	}

td	{
      font-family: Arial;
      font-size: 10pt;

	}



.chapter{
		  cursor: pointer;
		  cursor: hand;
		  display: block;
		  font-weight: normal;
      	  font-family: Arial;
		  margin-left: 0px;
		  
		}


.subchapter{
		  display: block;
		  margin-left: 15px;
		  font-weight: normal;
       	  font-family: Arial;

			}


.leaf{
	      margin-left: 15px;
		  display:block;
		  font-weight: normal;
      	  font-family: Arial;

	 }


a.TOC{ 
		text-decoration: none;
		color: #0066BE;
		font-weight: normal;
      	font-family: Arial;
 		font-size: 12px;

 }

a.TOC:hover{ 
		text-decoration: underline;
		color: #0066BE;
      	font-weight: normal;
      	font-family: Arial;
 		font-size: 12px;
	   }

a.TOC:active{ 
		color: #0066BE;
		font-weight: bold;
      	font-family: Arial;
 		font-size: 12px;
	   }


