
/* Dynamic CSS in PHP
 * Digital Web Magazine
 * author: Douglas Clifton
 * Feb-14-2005 */

/* STYLES = */
OL, UL, DIR,
MENU, DD        { margin-left: 40px }
UL, OL UL, UL OL,
UL UL, OL OL    { margin-top: 0; margin-bottom: 0 }
BR:before       { content: "\A" }

form {
	margin: 0;
	padding: 0;
}

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

	background-color: #fff;
#menu a {
	color: #fff;
}
 */

TH { text-align:center }
BODY            {
	font-size: 10pt;
}

.small {
	font-size: 9pt;
}

.large {
	font-size: 11pt;
	}

#footer {
	border-top: 1px solid #000;
	font-size: 85%;
	text-align: center;
}

#menu {
	font-size: 90%;
}

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 */
