A {
  text-decoration: none;
}
A:link {
  color: #486591;
}
A:visited {
  color: #486591;
}
A:hover {
  color: black;
  background: #eeeeee;
  border: blue;
}
A:active {
  color: blue;
}
body {
  color: #000000;
  #background: #fefefe url(/images/background.png);
  background: #ececec;
  text-decoration: none;
  font-family: Verdana,Helvetica,sans-serif;
  font-size: 12px;
  font-weight: normal;
}
font {
  text-decoration: none;
  font-family: Verdana,Helvetica,sans-serif;
  font-size: 12px;
  font-weight: normal;
}
.error {
  text-decoration: none;
  font-family: Verdana,Helvetica,sans-serif;
  font-size: 12px;
  color: red;
  font-weight: normal;
}
td {
  text-decoration: none;
  font-family: Verdana,Helvetica,sans-serif;
  font-size: 12px;
  font-weight: normal;
}
td.border {
  background-color: white;
  border: 1px dashed #486591;
  #border-left:1px dashed black;
  #border-bottom: 1px dashed black;
  #border-right: 1px dashed black;
  #border-top: 1px dashed #ccc;
  #border-left:1px dashed #ccc;
  #border-bottom: 2px dashed #666;
  #border-right: 2px dashed #666;
}

select {
    color: black;
    text-decoration: none;
    font-family: Verdana,Helvetica,sans-serif;
    font-size: 10px;
    font-weight: normal;
}
input {
    color: black;
    text-decoration: none;
    font-family: Verdana,Helvetica,sans-serif;
    font-size: 10px;
    font-weight: bold;
}
