
 *
  {
   font-size: 11pt;
   font-family: Times New Roman, New York, sans-serif;
  }

 body
  {
   color: #000000;
   margin: 0px;
   background-color: #FFFFFF;
   background-image: url(/images/FaintWhite-Small.gif);
   Background-repeat: repeat-y;
  }

 div#body
  {
   width: 100%;
   text-align: center;
  }

 div#content
  {
   width:650px;
   margin-left:52px;
   text-align: left;
  }


 a:link
  {
   color:#336666;
   text-decoration:underline;
  }

 a:visited
  {
   color:#330000;
   text-decoration:underline
  }

 a:hover
  {
   color:#660033;
   text-decoration:no underline;
   cursor:hand;
  }

 a:active
  {
   color:#996633;
   text-decoration:none;
  }

 span#big
  {
   font-size: 1.6em;
  }
