.sitemapChapterTd{
	padding: 2px 5px;
	vertical-align: top;
}
.sitemapChapterTitle{
	font-weight: bold;
	text-transform: uppercase;
	font-size:11pt;
}

/****************** Level 1 ******************/
ul.sitemapLev1{
	list-style-type: none;
	color: #3C6CB3;
	margin: 3px 0px 5px 9px;
	padding: 0px 0px;
}
li.sitemapLev1{
	padding: 1px 0px 2px;
}
span.sitemapListItemLev1{
	margin-left: -9px;
}
a.sitemapLev1Link{
	font-weight: bold;
	font-size:12pt;
}
a.sitemapLev1Link:hover{
	font-weight: bold;
	font-size:12pt;
}

/****************** Level 2 ******************/
ul.sitemapLev2{
	color: #3C6CB3;
	list-style-type: disc;
	line-height: 1em;
	margin: 0px 0px 3px 5px;
	padding: 0px;
}
li.sitemapLev2{
	padding: 1px 0px 2px;
}
span.sitemapListItemLev2{
	margin-left: -9px;
}
a.sitemapLev2Link{
	font-weight: bold;
}
a.sitemapLev2Link:hover{
	font-weight: bold;
}

/****************** Level 3 ******************/
ul.sitemapLev3{
	color: #3C6CB3;
	list-style-type: none;
	line-height: 1em;
	margin: 0px 0px 3px 10px;
	padding: 0px;
}
li.sitemapLev3{
	padding: 1px 0px 0px;
}
span.sitemapListItemLev3{
	margin-left: -5px;
}
a.sitemapLev3Link{
	font-weight: normal;
}
a.sitemapLev3Link:hover{
	font-weight: normal;
}

/****************** Level 4 ******************/
ul.sitemapLev4{
	color: #3C6CB3;
	list-style-type: none;
	line-height: 1em;
	margin: 0px 0px 3px 10px;
	padding: 0px;
}
li.sitemapLev4{
	padding: 1px 0px 2px;
}
span.sitemapListItemLev4{
	margin-left: -2px;
}
a.sitemapLev4Link{
	font-weight: normal;
	font-size:7pt;
}
a.sitemapLev4Link:hover{
	font-weight: normal;
	font-size:7pt;
}
