  body {
    background-color: white; //#e7e7e7;
  }
  a {
    color: #0000d0;
  }
  a:visited {
    color: #0000d0;
  }
  /*input[type=submit] {
    background-color: #ece5d3;
  }*/
  input[type=text] {
    /*background-color: #f5f2e9;*/
    background-color: #E9F5F2;
    width: 17em;
  }
  tr.dualfield input[type=text] {
    width: 8.3em;
  }
  td {
    white-space: nowrap;
  }
  .nowrap { 
    white-space : nowrap;
  }

  .grn a,.navlinks a {
    color: green;
  }
  .grn a:visited,.navlinks a:visited {
    color: green;
  }