/* Styles for sitemap page */

	.sitemaptitle {
		font-size:14px;
		font-weight:bold;
		color: #000000;
		display:block;
		margin-top:6px;
	}
	.sitemapsubtitle {
		font-size:11px;
		font-weight:bold;
		color: #000000;
		line-height:16px;
	}
	a.sitemaplink:link,a.sitemaplink:visited {
		font-size:10px;
		font-weight:normal;
		text-decoration:none;
		line-height:15px;
	}
	a.sitemaplink:hover {
		font-size:10px;
		font-weight:normal;
		text-decoration:underline;
	}

	.grayline {
		font-size:11px;
		font-weight:bold;
		color: #000000;
		line-height:16px;
		margin-top:15px;
		border-top: solid 1px #999999;
		border-bottom: solid 1px #999999
	}
