A {
  text-decoration: none;
  font-weight: bold;
}

a:link { color: #000066;}
a:visited { color: #000066;}
a:hover { color: #ff0000;}
a:active { color: #000066;}
a:link.white { color: #ffffff; }
a:visited.white { color: #ffffff; }
a:hover.white { color: #ff0000; }
a:active.white { color: #ffffff; }

HTML {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
}

BODY {
  width: 100%;
  height: 100%;
  background-color: #ffffff;
  color: #000000;
  margin: 0;
  padding: 0;
}

P {
  font-family: verdana, sans-serif;
  font-weight: normal;
  font-size: 10pt;
}

TD {
  font-family: verdana, sans-serif;
  font-size: 10pt;
}

OL {
  font-family: verdana, sans-serif;
  font-weight: normal;
  font-size: 10pt;
}

TT {
  color: #404040;
}

INPUT {
  font-family: verdana, sans-serif;
  font-weight: normal;
  font-size: 10pt;
}

BUTTON {
  font-family: verdana, sans-serif;
  font-weight: normal;
  font-size: 10pt;
}

SMALL {
  font-family: verdana, sans-serif;
  font-size: 8pt;
  color: #808080;
}

.tdtitle {
  background-color: #ff9900;
}

.tdmenu {
  background-color: #ffbb00;
}

.tdok {
  text-align: center;
  background-color: #80cc80;
  color: #000000;
}

.tderror {
  text-align: center;
  background-color: #ff0000;
  color: #ffffff;
}

.tdcheck {
  text-align: center;
  background-color: #ff9900;
  color: #ffffff;
}

.error {
  font-weight: bold;
  color: #ff0000;
}

.bold {
  font-weight: bold;
}

.title1 {
  font-family: sans-serif;
  font-size: 16pt;
  font-weight: bold;
  color: #806000;
}

.tbadvt {
  border-collapse: separate;
  border-spacing: 15pt;
}

.tdadvt {
  background-color: #ff9900;
  font-family: "trebuchet ms", trebuchet, verdana, sans-serif;
  font-weight: normal;
  font-size: 10pt;
  border: 1px dashed #000000;
}
