/* sitemap.css */

#SitemapBox ul {
  list-style-type: none;
}
#SitemapBox .section {
  list-style-type: none;
  color: #0A3F7F;
  text-decoration: none;
  margin-right: 20px;
  font-weight: bold;
}
#SitemapBox .section a {
  padding-top: 10px;
  font-size: 14px;
  color: #0071BC;
  text-decoration: none;
  margin-right: 20px;
}
#SitemapBox .section a:hover {
  text-decoration: underline;
}
#SitemapBox .rubric {
  list-style-type: none;
}
#SitemapBox .rubric a {
  color: #452c15;
  font-size: 11px;
  text-decoration: none;
  list-style-type: none;
  padding-top: 5px;
}
#SitemapBox .rubric a:hover {
  text-decoration: underline;
}
#SitemapBox .category {
  list-style-type: none;
}
#SitemapBox .category a {
  padding-top: 10px;
  font-size: 11px;
  color: #452c15;
  text-decoration: none;
  background: none;
}
#SitemapBox .part {
  text-decoration: none;
  list-style-type: none;
}
#SitemapBox .part a {
  font-size: 10px;
  color: #455661;
}
#SitemapBox .part a:hover {
  color: #F66F2B;
}
#SitemapBox .error {
  font-size: 12px;
}
