body
{
  font-family: Arial;
  background-color: #E2D9D0;
  padding: 0px;
  margin: 0px;
}

a
{
  color: blue;
}

a:visited
{
  color: blue;
}
.searchresults
{
  font-size: 12px;
}

.notice
{
  color: red;
}

.bold
{
  font-weight: bold;
  font-size: 12px;
}

.detailcell
{
  font-size: 12px;
}

.detailcellheader
{
  font-size: 12px;
  background-color: #b2ada8;
}

.detailcellmain
{
  font-size: 12px;
  font-weight: bold;
  font-style: italic;
  background-color: #b9b5af;
}