BODY {
  font-family:       "Arial", "helvetica", sans-serif;
  font-size:         10pt;
  background-color:  white
}

FORM    { margin: 0; border: 0; padding: 0; }

TH      { text-align: left }

TR      { vertical-align: top; }
TR.alt1 { background-color: #FDFDFD; }
TR.alt2 { background-color: #EAEAEA; }

A         { text-decoration: none; }
A:link    { color: #0000a5; }
A:visited { color: #000080; }
A:active  { color: red; }

.disabled { color: grey; }
.right    { text-align: right; }
.left     { text-align: left; }
.center   { text-align: center; }

.emph     { color: #990033; font-weight: bold; }
