BODY {
  color: black;
  background-color: #ffffff;
  font-family: Verdana, Arial, Helvetica, Sans-serif;
  font-size: 14;
}

A{
  font-size: 14;
  xfont-weight: bold;
}

A:link {
  text-decoration: underline;
  font-size: 14;
  xcolor: #330099;
}

A:active {
  text-decoration: underline;
  xcolor: #000000;
}

A:visited {
  text-decoration: underline;
  xcolor: #000000;
}

a.menu{
  text-decoration: none;
  font-size: 14;
  font-weight: bold;
  color: #000000;
}

a.menu:link {
  text-decoration: none;
  font-size: 14;
  color: #000000;
}

a.menu:visited {
  text-decoration: none;
  font-size: 14;
  color: #000000;
}

INPUT {
    font-family: monospace;
}

SELECT, OPTION {
    font-family: monospace;
}

PRE {
  font-family: monospace;
  font-size: 14;

}

TABLE {
  font-family: Verdana, Geneva, Arial, Helvetica, Sans-serif;
  font-size: 14;
}

TH {
  font-family: Verdana, Geneva, Arial, Helvetica, Sans-serif;
  font-weight: bold;
  font-size: 14;
}

TD {
  font-family: Verdana, Geneva, Arial, Helvetica, Sans-serif;
  font-size: 14;
}


td.searchHeading{
  font-size: 16;
  font-weight: bold;
  text-align: center;
}

td.searchName{
  font-size: 14;
  font-weight: bold;
  text-align: right;
}

td.searchValue{
  font-size: 14;
  font-weight: normal;
  text-align: left; 
}

td.searchButtons{
  font-size: 14;
  font-weight: bold;
  text-align: center;
}

td.resultName{
  font-size: 14;
  font-weight: bold;
  text-align: right;
}

td.resultValue{
  font-size: 14;
  font-weight: normal;
  xtext-align: left; 
}

td.resultHeading{
  font-size: 16;
  font-weight: bold;
  xtext-align: left;
}

td.detailName{
  font-size: 14;
  font-weight: bold;
  text-align: right;
}

td.detailValue{
  font-size: 14;
  font-weight: normal;
  text-align: left; 
}

td.detailHeading{
  font-size: 16;
  font-weight: bold;
  xtext-align: left;
}

td.menu{
  border-top: none;
  border-left: 1px solid #000000;
  border-right: 1px solid #000000;
  border-bottom: 1px solid #000000;
  border-radius: 2px;
}
