body {
  /* background : white url(http://www.darkeye.net/~fredrik/interlace.gif) repeat; */
  color : black;
  font-size : 10pt;
}

UL {
  font-size : 10pt;
}

TH, TD {
  vertical-align : top;
  padding-top : 0em;
  padding-bottom : 0em;
}

TH {
  font-size : 10pt;
  font-weight : bold;
  text-align : left;
}

TD {
  font-size : 10pt;
}

P {
  font-size : 10pt;
}

I {
  font-size : 10pt;
}

H1 {
  font-size : 13pt;
}

H2 {
  font-size : 11pt;
}

A:link {
  color : #000080;
}

A:visited {
  color : #600080;
}

A:link , A:visited {
  font-weight : bold;
  text-decoration : none;
}

A:hover {
  color : red;
}

.odd {
        background: #EEEEEE;
}

.even {
        background: #FFFFFF;
}
