
/* STYLES = */
OL, UL, DIR,
MENU, DD        { margin-left: 40px }
UL, OL UL, UL OL,
UL UL, OL OL    { margin-top: 0; margin-bottom: 0 }

form {
	margin: 0;
	padding: 0;
}

/* end static CSS */
/* begin dynamic CSS: the C stands for Cascade */

#menu a {
  color: #fff;
}

th { text-align:center }
body {
	
	background-color: fff;
	font-size: 10pt;
}

.small {
  font-size: 9pt;
}

.large {
  font-size: 11pt;
}

a {
  color: #000; text-decoration: none;
}

a:active {
  text-decoration: none;
}

a:hover {
  text-decoration: underline;
}

.faqheader {
  background: #999;
}

.faqmain {
  background: #fff;
}

.faqcategories-title {
  background: #999;
}

.faqsubcategories-title {
  background: #D7D7D7;
}

.thead {
  background: #999;
}

.trow1 {
  background: #fff;
}

.trow2 {
  background: #D7D7D7;
}

.colt {
  color: #00F;
}

.filly {
  color: #F00;
}

.gelding {
  color: #090;
}

/* end dynamic CSS */
