      body
      {
       font-family:Arial;
       font-size:14px;
       font-style:normal;
       font-weight:normal;
       text-decoration:none;
       text-transform:none;
       color:black;
       background-color:ffffff;
       margin: 15px 100px 100px auto;
      }
      textarea
     {
       font-family:Arial;
       font-size:14px;
       font-style:normal;
       font-weight:normal;
       text-decoration:none;
       text-transform:none;
       color:black;
       background-color:ffffff;
      }
     select
     {
       font-family:Arial,Verdana,Helvetica,sans-serif;
       font-size:14px;
       font-style:normal;
       font-weight:normal;
       text-decoration:none;
       text-transform:none;
       color:black;
       background-color:ffffff;
      }
     input
    {
       font-family:Arial;
       font-size:14px;
       font-style:normal;
       font-weight:normal;
       text-decoration:none;
       text-transform:none;
       color:black;
       background-color:ffffff;
      }  
     * {
        margin: 0;
       }
    html, body {
        height: 100%;
    }
    .wrapper {
        min-height: 100%;
        height: auto !important;
        height: 100%;
        margin: 0 auto -4em;
   }
   .footer, .push {
       height: 4em;
   }
   table.one
   {
      table-layout: fixed
   }
   A:hover { 
   color: black
   } 
   A:unknown { 
   color: black
   } 
   A:visited { 
   color: black 
   } 
   A:active {
   color: black
   }
   A:link {
   color: black
   }
   .auto_complete { width:300px; border:1px solid #999; background:#FFF; cursor:default; text-align:left; overflow:auto; margin:-6px 6px 6px -6px; /* IE specific: */ _margin:0px 6px 6px 0; overflow-x:auto; overflow-y:auto }
   .auto_complete .selected { background:#F0F0F0; }


