  select{ font-family: Geneva, Verdana, Helvetica, Sans-serif; font-size: 90%; }

  body {
  background: url('images/bg_tile.jpg');
  cursor: default;
  margin-bottom: 0px;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  padding-bottom: 0px;
  padding-left: 0px;
  padding-top: 0px;
  padding-right: 0px;
  }

  body, div, td {
  color: #000;
  font-family: Veranda, Arial, Helvetica, Sans-Serif;
  font-size: 12px;
  }

  div.content {
  text-align: left;
  color: #000000;
  background-color: #EFF7FF;
  font-size: 12px;
  font-family: Veranda, Arial, Helvetica, Sans-Serif;
  line-height: 16px;
  padding-bottom: 15px;
  padding-left: 10px;
  padding-right: 10px;
  padding-top: 5px;
  
  }

  a:link       { color: #0008A8; text-decoration: underline;}
  a:active     { color: #0008A8; text-decoration: underline;}
  a:visited    { color: #0008A8; text-decoration: underline;}
  a:hover      { color: #0008A8; text-decoration: none;}

  div.leftnav a:link, div.leftnav a:visited, div.leftnav a:active {
  color: #000;
  font-weight: bold;
  font-size: 13px;
  text-decoration: underline;
  }

  div.leftnav a:hover {
  color: #000;
  font-weight: bold;
  font-size: 13px;
  text-decoration: none;
  }


  div.leftnav {
  font-size: 13px;
  font-weight: bold;
  padding-top: 5px;
  text-align: center;
  }  

  td { font-family: Verdana, Sans-serif, Arial; font-size: 10pt }

  .footer, .footer p
  {
  text-align: center;
  color: #616161;
  font-size: 11px;
  padding: 0px;
  }

  .description
  {
  background-color: #ECECEC;
  padding: 5px;
  border: 1px solid #000;
  }

  .footer a:visited	{ text-decoration: underline; color:#616161;}
  .footer a:link	{ text-decoration: underline; color:#616161;}
  .footer a:hover	{ text-decoration: none; }

  p
  {
  color: #000000;
  font-size: 14px;
  font-weight: normal;
  }

  h1 { font-size: 20pt; font-weight: bold }

  h2 {
  color: #000000;
  border: 1px solid #FC0; border-width: 1px;
  background: #FEFFBE;
  margin-right: 0;
  font-size: 16px;
  line-height: 16px;
  padding-bottom: 5px;
  padding-left: 5px;
  padding-top: 5px;
  }

  h2.header {
  color: #000000;
  border: 1px solid #FC0; border-width: 1px;
  font-family: Verdana, Sans-serif, Arial;
  background: #FEFFBE;
  margin-right: 0;
  font-size: 18px;
  text-align: left;
  line-height: 16px;
  padding-bottom: 5px;
  padding-left: 5px;
  padding-top: 5px;
  }

  h2.quote {
  color: #000000;
  border: 1px dashed #4A536A; border-width: 1px 0;
  background: #9cf;
  margin-right: 0;
  font-style: italic;
  font-size: 16px;
  line-height: 16px;
  padding-bottom: 5px;
  padding-left: 5px;
  padding-top: 5px;
  }

  .error { color: #FF0000; }
  
  .standout {
   color: #FF0000;
   background-color: #FEFFBE;
   border: 1px solid red;
   font-weight: bold;
   padding: 2px;
  }

  .good { color: #00FF00; }

  tr.required {background: #FCC; border-left: 0.5em solid red;}

  .tabs {
  clear:both;
  margin:0px 0px 0px 0px;
  padding:0;
  height:40px;
  max-width:100%;
  }

  .tabs li {
  margin:0 1px 0 0;
  width:112px;
  height:40px;
  line-height:40px;
  text-align:center;
  float:left;
  font-size:14px;
  font-weight: bold;
  font-family: Helvetica, Arial, Sans-Serif;
  list-style:none;
  }

  .tabs a:link, .tabs a:visited, .tabs a:active {
  text-decoration:none;
  display: block;
  background: url('images/tab.gif') no-repeat;
  width:112px;
  height:40px;
  color:#FFF;
  }

  .tabs li.selected {
  background: url('images/tabSelected.gif') no-repeat;
  color:#000;
  }

  .tabs a:hover {
  background: url('images/tabSelected.gif');
  color:#000;
  }


