	#navigation {
	       position: absolute;
	       top: 0;
	       left: 0;
	       width: 15em;
	       }

	 .content {
	       margin-top: 5em;
	       margin-left: 7em;
	       text-align: left;
	       line-height: 1.7;
               font-size: 12pt;
	       width: 1000px;
	  }

	  .header {
	    font-weight: bold;
	    font-family: arial, helvetica, sans-serif;
	    color: black;
	    font-size: 125%;
	  }

	  .subhead {
	   font-weight: bold;
	   color: #666666;
	  }

          BODY { 
             font-family: calibri, arial, verdana, helvetica, arial, geneva; 
             font-size: 100%;
             color: #111111;
          } 
          TD { 
             color: #111111;
             line-height: 1.5;
          } 
          .ticker {
             color: #111111;
             line-height: 1.5;
          }

	  h1 {
	    font-weight: normal;
	    font-family: arial, helvetica, sans-serif;
	    color: black;
	    font-size: 180%;
	  }

	  h3 {
	    font-weight: bold;
	    font-family: arial, helvetica, sans-serif;
	    color: black;
	    font-size: 110%;
	    padding:0px;
	    margin:0px;
	  }

          A { 
             text-decoration: none; 
          }

          A:LINK, A:VISITED, A:ACTIVE {
             color: #666600;
          }
	  a:hover {
	     TEXT-DECORATION: underline;
	     font-weight: bold;
	  }
