span.parentOff {
	font-family: "Trebuchet MS";
	font-size: smaller;
	color: #666666;
	cursor: hand;
}

span.parentOn {
	font-family: "Trebuchet MS";
	font-size: smaller;
	color: #666666;
	cursor: hand;
	font-weight: bolder;
}

span.childHidden {
	visibility: hidden;
	position: absolute;
}

span.childVisible {
	position: static;
	visibility: visible;
}

a.dropLinks {
	font-family: "Trebuchet MS";
	font-size: 12px;
	color: #0066CC;
}

td.spanList {
	font-family: "Trebuchet MS";
	font-size: 12px;
	color: #0066CC;
	text-align: justify;
	padding-right: 10px;
}
