.sitemap {
	margin: 12pt 0pt;
}
.sitemap-section {
	text-align: center;
}
.sitemap-column {
	display: inline-block;
	vertical-align: top;
	width: 30%;
	padding-left: 1%;
	padding-right: 1%;
	text-align: left;
}
.sitemap-group {
	border: solid 1px #999999;
	padding: 10pt;
}
.sitemap-major {
	display: block;
	margin-bottom: 6pt;
	font-family: "Gill Sans", Futura, Helvetica, sans-serif;
	font-size: 14pt;
}
.sitemap-minor {
	display: block;
	margin-top: 4pt;
	font-size: 10pt;
}
.sitemap-vert {
	min-width: 1px;
	width: 1px;
	max-width: 1px;
	min-height: 1em;
	height: 1em;
	max-height: 1em;
	background: #cccccc;
	margin-left: auto;
	margin-right: auto;
}
.sitemap-horiz {
	min-width: 64.75%;
	width: 64.75%;
	max-width: 64.75%;
	min-height: 1px;
	height: 1px;
	max-height: 1px;
	background: #cccccc;
	margin-left: auto;
	margin-right: auto;
}