   body {
    margin:10px 0px; padding:0px; /* Need to set body margin and padding */
    text-align:center; /* Hack for IE */
    background-color:#e5e5e5;
   }

   .smtext { 
    font-size: 11pt;
    color: black;
    font-family: Arial
   }

   .lgtext {
    font-size: 12pt;
    color: black;
    font-family: Arial
   }
   
   A:link    { color: black }
   A:active  { color: black }
   A:visited { color: black }
 
   #container {
    margin:0px auto; /* Right and left margin widths set to "auto" */
    width: 787px;
    padding: 0;
    background-color: #e5e5e5;
    border-width: 0px;
    border-style: solid;
   }
   
   #bar {
    margin:4px auto; /* Right and left margin widths set to "auto" */
    height: 23;
    width: 788px;
    padding: 1;
    text-align: center;
    border-width: 1px;
    border-style: solid;
    background-color: #ffffff;
   }

   #main {
    margin:0px auto; /* Right and left margin widths set to "auto" */
    width: 788px;
    padding: 1;
    border-width: 1px;
    border-style: solid;
    background-color: #ffffff;
   }