  a {
    font-family: Verdana, Arial, Helvetica, Sans-Serif;
    font-size: 11px;
    text-decoration : none;
    color: #0080AA;
  }
  a:visited {
    color: #0080AA;
  }
  a:link {
    color: #0080AA;
  }
  a:hover {
    color: #000000;
  }

  td {
    font-family: Verdana, Arial, Helvetica, Sans-Serif;
    font-size: 11px;
    nowrap: true;
  }
  td.field {
    color: #000000;
    background-color: #DDDDDD;
  }
  td.field_center {
    color: #000000;
    background-color: #DDDDDD;
    text-align: center;
  }
  select {
    font-family: Verdana, Arial, Helvetica, Sans-Serif;
    font-size: 11px;
    color: #000000;
  }
  select.150px {
    width: 150px;
  }

  input {
    font-family: Verdana, Arial, Helvetica, Sans-Serif;
    font-size: 11px;
    color: #000000;
  }
  input.text50px {
    border: 1px solid #000000;
    width: 50px;
  }
  input.text110px {
    border: 1px solid #000000;
    width: 110px;
  }
  input.text180px {
    border: 1px solid #000000;
    width: 180px;
  }
  input.text200px {
    border: 1px solid #000000;
    width: 200px;
  }
  input.button {
    border: 1px solid #6A6A6A;
    padding-bottom: 1px;
    color: #000000;
    background-color: #A3A3A3;
    width:80px;
    height:19px;
  }


  table.logo {
    position:absolute;
    top:0px;
    left:0px;
  }

  table.banner {
    position:absolute;
    top:25px;
    left:100px;
  }

  table.nav {
    position:absolute;
    top:4px;
    left:100px;
  }
  td.nav {
    color: #0080AA;
  }
  td.nav2 {
    color: #0080AA;
    background-color: #E9E9E8;
  }
  a.nav {
    color: #E1E1E1;
  }
  a.nav:visited {
    color: #E1E1E1;
  }
  a.nav:link {
    color: #E1E1E1;
  }
  a.nav:hover {
    color: #C3C3C3;
  }

  table.body {
    position:absolute;
    top:130px;
    left:4px;
  }
  td.body {
    color: #000000;
  }
  
  table.footer {
    position:absolute;
    top:550px;
    left:4px;
  }
  td.footer {
    color: #0080AA;
  }

  .search {
    width:95px;
	height:16px;
	border:1px solid #CCCCCC;
	padding:0px;
	font-family:verdana, sans-serif;
	vertical-align:top;
  }
