BODY
{
  font-family: sans-serif;
  background-color: white;
  background-image: none;
  color: black; /* text! */
}

DIV.COPYRIGHT
{
  clear: both;
  font-style: italic;
  font-size: smaller;
}

DIV.ERR
{
  color: red;
}

DIV.SUBTITLE
{
  font-size: 115%;
  font-weight: bold;
  font-style: italic;
  text-align: center;
  color: navy;
  margin-top: 0
}

/* caption for some images */
P.CAPTION
{
  font-weight: bold;
  font-size: smaller;
  text-align: center;
}

P.CODE
{
  font-size: smaller;
  margin-left: 5em;
  margin-right: 5em;
  font-family: courier;
}

P.CREDITSTITLE
{
  font-size: 170%;
  font-weight: bold;
  text-align: center;
  color: red;
}

P.CREDITSTTLJOB
{
  font-weight: bold;
  text-align: center;
  color: green;
  margin-bottom: 0;
}

P.CREDITSTTLVAL
{
  font-size: 170%;
  font-weight: bold;
  text-align: center;
  color: green;
  margin-top: 0;
}

P.CREDITSJOB
{
  font-weight: bold;
  text-align: center;
  color: red;
  margin-bottom: 0;
}

P.CREDITSVAL
{
  font-weight: bold;
  text-align: center;
  color: black;
  margin-top: 0;
}

P.WARNING
{
  font-weight: bold;
  color: red;
}

H1
{
  font-size: 170%;
  font-weight: bold;
  text-align: center;
  color: navy;
  margin-bottom: 0;
}

H2
{
  font-size: 115%;
  font-weight: bold;
  font-style: italic;
  text-align: center;
  color: navy;
  margin-top: 0
}

H3
{
  font-size: 110%;
  font-weight: bold;
  font-style: italic;
  text-align: left;
  margin-bottom: 0.5em;
}

IMG
{
  border-style: none;
}

IMG.FLOATRIGHT
{
  float: right;
}

IMG.FLOATLEFT
{
  float: left;
}

SPAN.CAST
{
  font-style: italic;
}

SPAN.DATE
{
  font-weight: bold;
}

SPAN.DESC
{
  font-style: italic;
}

SPAN.EMPHASIZE
{
  font-weight: bold;
}

SPAN.FILE
{
  font-weight: bold;
}

SPAN.IGOR
{
  font-style: italic;
}

SPAN.LESSIMPORTANT
{
  font-size: smaller;
}

SPAN.NEGATIVE
{
  color: black;
  font-weight: bold;
}

SPAN.POSITIVE
{
  color: green;
  font-weight: bold;
}

SPAN.SUB
{
  vertical-align: sub;
  font-size: 60%;
}

SPAN.SUPER
{
  vertical-align: super;
  font-size: 60%;
}

SPAN.VERSION
{
  font-weight: bold;
  font-style: italic;
}

SPAN.VERYIMPORTANT
{
/*  font-weight: bold; */
  color: red;
}

TABLE.HALLFAME
{
  border-collapse: collapse;
  border: none;
}

TABLE.HALLFAME TD.HFHDR
{
  background-color: #F1F1CF;
  border-color: navy;
  border-width: 1px;
  border-style: solid;
  font-style: italic;
  font-weight: bold;
  vertical-align: baseline;
}

TABLE.HALLFAME TD.HFDAT
{
  background-color: #F1F1CF;
  border-color: navy;
  border-width: 1px;
  border-style: solid;
  vertical-align: top;
  padding: 2px;
}

TABLE.MAIN
{
  max-width: 700px;
  border: none;
}

TABLE.MAIN TD.MAIN
{
  border-color: navy;
  border-width: 1px;
  border-style: solid;
  background-color: #D0E0F0;
  padding: 5px;
}

TABLE.POLL
{
  margin-top: 10px;
  float: right;
}

TABLE.SIMPLEYELLOW, TABLE.AWARDS
{
  border-collapse: collapse;
  border: none;
  align: center;
}

TABLE.SIMPLEYELLOW TH, TABLE.AWARDS TH
{
  background-color: #F1F1CF;
  border-color: navy;
  border-width: 1px;
  border-style: solid;
  font-style: italic;
  font-weight: bold;
  vertical-align: baseline;
}

TABLE.SIMPLEYELLOW TD
{
  background-color: #F1F1CF;
  border-color: navy;
  border-width: 1px;
  border-style: solid;
  vertical-align: top;
  padding: 4px 4px;
  font-size: smaller;
}

TABLE.AWARDS TD
{
  background-color: #F1F1CF;
  border-color: navy;
  border-width: 1px;
  border-style: solid;
  vertical-align: top;
  padding: 4px 4px;
  vertical-align: middle;
  text-align: center;
}

/* Basic caption style */
CAPTION
{
  font-style: italic;
  font-weight: bold;
  font-size: smaller;
}

/* Add automatic table numbering before captions */
TABLE CAPTION:before
{
  content: "Table " counter(table) ": ";
  counter-increment: table;
}