    /* page margins */
    
    body
    {
      margin-top:0px;
      margin-bottom:0px;
      margin-left:0px;
      margin-right:0px;
    }
    
    
    /* default font and color */
    
    p,h1,h2,h3,h4,ul,ol,li,div,td,th,address,blockquote,input 
    { 
      font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
      font-size:12px;
	  font-style:normal;
      color:#000000;
    }
    
    
    /* heading sizes */
    
    h1 { font-size:25px; }
    h2 { font-size:13px; }
    h3 { font-size:12px; }
    h4 { font-size:11px; }
    
    
    
    /* default link style */
  /* the following, with hover commented out, works in IE to produce red underlined unvisited link and blue underline visited link
  in Netscape it produces a permanent blue underlined link 
  in Opera it does the same.
   */  
   a:link,
    {
      text-decoration:none;
       color: Blue;   }
           
	a:visited
    {
	text-decoration: none;
	color: blue;
    }
   
     a:hover
    {
	text-decoration: underline;
	color : blue;
     } 
	 
	
	 
    
	/* base navigation */
	
	.nav4
    {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size:11px;
	color:blue;
}
    
    a.nav4
    {
      text-decoration:none;
    }
    
    a.nav4:hover
    {
      text-decoration:underline;
      color:blue;
    }
    
    div.nav4
    {
      margin-left:6px;
      margin-right:6px;
      margin-top:2px;
      margin-bottom:3px;
    }
	
	
	   /*Table of Contents styles banner and grey subhead */
	h1.toc 
    {
      font-size:25px;
      font-weight:bold;
      color:#FFFFFF;
	}
	
		
	h2.toc 
    {
      font-size:19px;
      font-weight:bold;
      color:#808080;
	}
    
	/*photo captions */

	.photocap
    {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size:9px;
	color:black;
	font-style : italic;
}

