/* Ray's Style Sheet */
body, td
  {
   font-family: Arial;
   margin: 1cm;
  }
  a:link, a:visited
  {
      color:blue;
      text-decoration:none;
      border-bottom:1px solid white;
  }
  a:hover
  {
      color: green;
      border-bottom:1px solid red;
  }
  .big
  {
      font-family: Times New Roman;
      font-size: 1in;
      font-weight: bold;
      color: red;
      width: 100%;
      filter:dropshadow(color=black, offx=2, offy=2, positive=1);
  }
  a.list:Link, a.list:visited
  {
      text-decoration: none;
      border-bottom:1px solid #CBE6EF;
  }
  a.list:hover
  {
      color: green;
      border-bottom:1px solid red;
  }
  .sml
  {
      position: relative;
      top: -5mm;
      font-family: Arial;
      font-size: 9pt;
      font-weight: normal;
      color: black;
  }
  .sml2
  {
      position: relative;
      top: -5mm;
      font-family: Arial;
      font-size: 9pt;
      font-weight: normal; 
      letter-spacing: .1em;
  }
  .btn
  {
      border: 1 solid black;
      border-right: 2 solid black;
      border-bottom: 2 solid black;
  }
  .tbltop
  {
      border: 1 solid black;
      border-right: 0;
  }
  .tbltopend
  {
      border: 1 solid black;
  }
  .tblmid
  {
      border: 1 solid black;
      border-right: 0;
      border-top: 0;
  }
  .tblmidend
  {
      border: 1 solid black;
      border-top: 0;
  }
