
A, P, H1, H2, H3, H4, H5, H6, UL, OL, DL, DIR, MENU, TD, TR, SPAN, DIV, INPUT, SELECT {
  font-family: Verdana, Arial, Helvetica, sans-serif;
}

H1, H2, H3, H4, H5 {
  font-weight: bold;
}

H1 {
  font-size: 20pt;
}

H2 {
  font-size: 16pt;
}

H3 {
  font-size: 12pt;
}

H4 {
  font-size: 10pt;
}

H5 {
  font-size: 8pt;
}

H6 {
  font-size: 8pt;
  font-weight: normal;
}

A, P, UL, OL, DL, DIR, MENU, TD, TR, INPUT, SELECT {
  font-size: 10pt;
}

LI {
  list-style-image: url(../images/rect.gif);
}

.big {
  font-size: 12pt;
}

.small {
  font-size: 8pt;
}

.red {
  color: #800000;
}

.white {
  color: #FFFFFF;
}

.black {
  color: #000000;
}

A {
  text-decoration: none;
  color: #800000;
}

A:hover {
  text-decoration: underline;
}

A:active {
  text-decoration: none;
}

A:visited {
  color: #800000;
}

A.nodec:hover {
  text-decoration: none;
}

A.tselect:hover {
  text-decoration: none;
  color: white;
}

INPUT {
  border-top: 1px #000000 solid;
  padding-left: 4px;
  padding-right: 4px;
  border-right: 1px #000000 solid;
  border-bottom: 1px #000000 solid;
  border-left: 1px #000000 solid;
}

TEXTAREA {
  border-top: 1px #000000 solid;
  border-right: 1px #000000 solid;
  border-bottom: 1px #000000 solid;
  border-left: 1px #000000 solid;
}

.inpReadonly {
  border-top: 1px silver solid;
  border-right: 1px silver solid;
  border-bottom: 1px silver solid;
  border-left: 1px silver solid;
}

.inpMust {
  border-top: 1px red solid;
  border-right: 1px red solid;
  border-bottom: 1px red solid;
  border-left: 1px red solid;
}

.inpGrey {
  border-top: 0px;
  background-color: #E6E6E6;
  border-right: 0px;
  border-bottom: 0px;
  border-left: 0px;
}

.inpNoborder {
  border-top: 0px;
  border-right: 0px;
  border-bottom: 0px;
  border-left: 0px;
}

.narrow {
  font-family: Tahoma, Tahoma, Arial, Helvetica, sans-serif;
  font-size: 8pt;
}

.lHeader {
  text-indent: 25px;
  color: #800000;
  font-weight: bold;
}

.book {
  font-size: 12pt;
  font-weight: bold;
  color: #000000;
}

.active {
  font-size: 10pt;
  color: #800000;
  font-weight: bold;
}

PRE {
  font-family: "Courier New", Courier;
  font-size: 10pt;
}

