/* theme.css : Cascading Style Sheet for wood theme. */
/* First version: May 18, 2003 by Jake */
/* Last change: May 11, 2004 by Jake */

/* primary red colour: #9A2E00 */
/* secondary red colour: #ED7744 */

BODY, P, A, TD {
  font-family: verdana,helvetica,sans-serif;
  font-size: 10.5pt;
}
BODY, P, TD {
  color: #000000;
}
.titlelarge, .titlesmall, A, H1, H2, H3 {
  color: #9A2E00;
}
P {
  margin-top: 0em;
  margin-bottom: 1em;
}

P.break {
  margin-top: -1em;
  margin-bottom: 1em;
}
P.break:first-letter {
  margin-left: 4ex;
}


H2, H3 {
  margin-bottom: 0pt;
}

H2, H3, .titlelarge {
 font-family: DeRoos Caps, Times, serif;
}

H2, H3 {
 font-family: Times, serif;
}

P, UL {
  margin-top: 0pt;
}
.titlelarge, .titlesmaller, .titlesmall {
  text-align: center;
}
.titlesmaller {
  color: #9A2E00;
  font-size: 8pt;
}
.titlelarge {
  font-size: 40pt;
  font-weight: bold;
}
.small {
  font-size: 7pt;
  color: #ffffff
}
.small A {
  font-size: 7pt;
  color: #ffffff;
}
A.titlesmall {
  text-decoration: none;
}
A.titlesmall:hover {
  text-decoration: underline;
}
.link {
  text-decoration: none;
}
.link:hover {
  text-decoration: underline;
}
UL LI {
  list-style:  url(li-drop.gif) circle outside;
}
