div.sitemap
{
	padding-top: 20px;
}
div.sitemap table.sitemap
{
	margin-left: 200px;
}
div.sitemap table.sitemap tr.title td
{
	padding-left: 10px;
	padding-top: 30px;
	font-size: 12px;
	font-weight: bold;
}
div.sitemap table.sitemap tr td
{
	height: 20px;
	padding-left: 50px;
}
div.sitemap table.sitemap tr td a
{
	text-decoration: none;
}
div.sitemap table.sitemap tr td a:hover
{
	text-decoration: underline;
}

