BODY {
	font-family: verdana, sans-serif;
	font-size: 9pt;
	margin: 0em; 
	background-color: white;
}

A {
	text-decoration: none;
	color: #800000;
	font-weight: bold;
}

TABLE#menu A {
	text-decoration: none;
	color: #FFFFFF;
	font-weight: bold;
	margin-bottom: 30px;
}

TABLE#menu A.selected {
	color: #FFFF00;
}

H1 {
	font-size: x-large;
}

H3 {
	margin-bottom: 6px;
	margin-top: -3px;
}

UL {
	margin-top: 0;
}

HR {
	color: #800000;
}

TABLE#menu TD {
	padding-bottom: 1em;
}

TD.menucol {
	width: 10%;
	height: 100%;
	background-color: #800000;
	vertical-align: top;
	padding-top: 1em;
}

TD.maincol {
	vertical-align: top;
	padding: 1em;
}

TD.spacer {
	width: 2px;
	background-color: #800000;
	padding: 0;
}

TD.rightcol {
	width: 25%;
	height: 100%;
	vertical-align: top;
	padding: 1em;
}

TD.headertoprow {
	background-color: #800000;
	height: 10px;
}

TD.headerbottomrow {
	background-color: #888888;
	height: 5px;
}

.definition {
	font-style: italic;
	font-weight: bold;
}

.reference {
	font-size: x-small;
	padding-top: 3px;
}

.bigtitle {
	font-size: x-large;
	font-weight: bold;
}	

.smalltitle {
	font-size: normal;
	font-weight: bold;
}

EM {
	font-weight: bold;	
}

.question {
	font-weight: bold;
}
P.lessspace {
	margin-top: 1em;
}
