
#sitemap h1{
	font-size: 14pt;
	text-align: center;
}
#sitemap h3{
	font-size: 12pt;
	display: block;
	border-top-width: 1px;
	border-top-style: dashed;
	border-top-color: #666666;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #666666;
	padding-top: 5px;
	padding-bottom: 5px;
}
#sitemap a{
	text-decoration: none;
	color: #000000;
}
#sitemap a:hover{
	text-decoration: underline;
}
#sitemap ul{
	list-style-type: none;
	list-style-image: url(0177_document.png);
	line-height: 150%;
	font-size: 10pt;
	padding-bottom: 20px;
}

