<!------------------------------------------------------------------------------
  footer.css

  The style sheet for the footer of the pages in Solid Logic's web site.

  Change history (most recent first):
    <1>  01/15/2003  Thomas C. Eaton  Created.

  Copyright (c) 2003 Solid Logic.  All rights reserved.
------------------------------------------------------------------------------->

<!--

/* Footer Row 1: Copyright Notice */

table.footer-row-1 {
  width: 100%;
}

table.footer-row-1 tr td {
  background-color: rgb(234, 234, 234);
  color: rgb(102, 102, 102);
  font-family: Verdana, Arial, sans-serif;
  font-size: 8pt;
  padding-bottom: 9px;
  padding-left: 0;
  padding-right: 0;
  padding-top: 7px;
  text-align: center;
}

//-->
