div#page dl {
	margin: 0; padding: 0; margin-top: .5em;
}
div#page dl dt {
	margin: 0; padding: .1em 1em 0 8px;
	float: left; clear: left;
	background-color: white;
	background-image: url(dottedBullet.gif);
	background-repeat: no-repeat;
	background-position: 0 60%;
}
div#page dl dt.root {
	float: none; clear: both;
	margin-top: .5em; padding: .2em 0 .2em .5em;
	font-weight: bold;
	background-color: #f2f2f0;
	background-image: none;
	border-top: 1px solid #c3cc8f;
}
div#page dl dt.group {
	font-size: 10pt;
}
div#page dl dt.company {
	margin-top: .5em;
	font-size: 10pt;
	font-weight: bold;
}
div#page dl dt.first {
	margin-top: 0;
}
div#page dl dt a {
	color: #3d5682;
	text-decoration: none;
}
div#page dl dt a:hover {
	color: #813d3d;
	text-decoration: underline;
}
div#page dl dd {
	margin: 0; padding: .1em 0 .1em 12px;
	text-align: justify;
	background-image: url(vDotted.gif);
	background-repeat: repeat-y;
	background-position: 13px 0;
}
div#page dl dd div.title {
	padding-left: 7em;
}
div#page dl dd div.root {
	padding-left: 2em;
}
div#page dl dd.root {
	padding-left: 5px;
	background-position: 5px 0;
}
div#page dl dd.company {
	margin-top: .5em; padding-top: .2em;
}
div#page dl dd.last {
	background-color: white;
}
div#page dl dd.leaf {
	background-image: none;
}

