
	/* Sitemap Stylesheet */

body
	{ font: normal normal normal 10px Arial,sans-serif; }
.sitemap
	{ margin: 4px 5px 2px 12px; }
.sitemap h2
	{ font: normal normal bold 16px Arial,sans-serif; }
.sitemap h2 a
	{ text-decoration: none; color: black; }
.sitemap h2 a:hover
	{ text-decoration: underline; }

.sitemap h3
	{ font: normal normal bold 14px Arial,sans-serif; }
.sitemap h3 a
	{ text-decoration: none; color: #404040; }
.sitemap h3 a:hover
	{ text-decoration: underline; color: #404040; }

.sitemap h4
	{ font: normal normal bold 12px Arial,sans-serif; }
.sitemap h4 a
	{ text-decoration: none; color: #238ad0; font-weight: bold; }
.sitemap h4 a:hover
	{ text-decoration: underline; color: #71d9fb; }

.sitemap ul
	{ display: block; margin-left: 12px; border-bottom: 1px solid #efedde; padding-bottom: 3px; margin-bottom: 3px; }
.sitemap ul li
	{ display: inline; }
.sitemap ul li a
	{ color: #1e7fbd; padding-left: 1px; padding-right: 1px; font-size: 10px; }
.sitemap ul li a:hover
	{ text-decoration: underline; color: #71d9fb; }

.inset-left
	{ margin-left: 12px; }
