  body {
    background: #0d9318 url('images/Background.jpg') center center repeat-y;
    font-family: Tahoma;
  }
  
  a {
    color: #CCCCCC;
    text-decoration: none;
    font-weight: normal;
    font-style: italic;
  }
  a:hover {
    font-weight: bold;
  }
  #left-products a { font-size: 0.8em; }
  
  .borderDiv {
    width: 800px;
    position: relative;
    top: 8px;
  }
  .tabs {
    padding: 12px;
  }
  .tabs a {
    color: #444444;
    font-size: 1.4em;
  }
  .tabs a:hover {
    font-size: 1.2em;
  }
  .tabs a:active {
    font-size: 1.4em;
    font-weight: bold;
  }
  .leftPanel {
    height: 400px;
    margin: 64px 24px 0px 16px;
    padding: 16px 16px 0px 16px;
    background-color: #222222;
    color: #CCCCCC;
    overflow: auto;
  }
  .leftPanel td {
    color: #CCCCCC;
  }
  
  .rightPanel {
    height: 360px;
    padding: 32px 32px 0px 32px;;
    background-color: #444444;
    color: #EEEEEE;
    overflow: auto;
  }
  .rightPanel td {
    color: #EEEEEE;
  }

  .agenda {
    font-size: 0.7em;
  }
  .agenda a {
    color: #DDDDDD;
    font-size: 1.0em;
  }
  .agenda a:hover {
    font-size: 1.1em;
  }  
  
  input, textarea, select { font-size: 14px; border: none; background-color: #3fa66e; }