body, table, tr, td, ul, ol, form {
  font-size: 10pt;
  font-family: Verdana, "MS Sans Serif", Arial;
  color: #4A4A00;
}

p {
  font-size: 10pt;
  font-family: Verdana, "MS Sans Serif", Arial;
  color: #4A4A00;
  margin-bottom: 5pt;
  margin-top: 5pt;
  text-indent: 0pt;
}

.title {
  font-size: 11pt;
  font-weight: bold;
}

.small {
  font-size: 8pt;
}

.selected {
  color: #666600;
  font-weight: bold;
}

.selsmall {
  font-size: 8pt;
  color: #666600;
  font-weight: bold;
  text-decoration: none;
}

A:link {
  color: #999900;
  font-weight: normal;
  text-decoration: underline;
}

A:visited {
  color: #999900;
  text-decoration: underline;
}

A:hover {
  color: #4A4A00;
  text-decoration: underline;
}

A.menu:link {
  font-size: 8pt;
  color: #4A4A00;
  font-weight: normal;
  text-decoration: none;
}

A.menu:visited {
  font-size: 8pt;
  color: #4A4A00;
  text-decoration: none;
}

A.menu:hover {
  font-size: 8pt;
  color: #999900;
  text-decoration: underline;
}

.flat {
        border: 1px solid Gray;
        background-color : #F5F5F5;
        color: #4A4A00;
        font-size: 10pt;
        font-family: "MS Sans Serif", Helvetica, Arial;
}

TEXTAREA {
        border-top: 1px solid Gray;
        border-bottom: 1px solid Gray;
        border-left: 1px solid Gray;
        border-right: 0px ;
        background-color : #F5F5F5;
        color: #4A4A00;
        font-size:10pt;
        font-family: "MS Sans Serif", Helvetica, Arial;
}

SELECT {
        background-color: #F5F5F5;
        color: Black;
        font-size:10pt;
        font-family: Arial, Helvetica, sans-serif;
        border-left: 1px solid Gray;
        border-right: 1px solid Gray;
        border-bottom: 1px solid Gray;
        border-top: 1px solid Gray;
        font-family: "MS Sans Serif", Helvetica, Arial;
}

