/* styles fuer: Sitemap */


a.sm {
	text-decoration: none;
	background: #EEFFFF;
	color: Navy;
}
a.sm:hover {
	background: #FFFF99;
	color: #000;
}
p.sm {
	font-size: 90%;
	line-height: 150%;
	font-weight: bold;
word-spacing: normal;
letter-spacing: normal;
text-transform: none;
text-decoration: none;
border-color: black;
border-style: none;}


li.sm {
	font-size: 90%;
	line-height: 125%;
	font-weight: bold;
word-spacing: normal;
letter-spacing: normal;
text-transform: none;
text-decoration: none;
border-color: black;
border-style: none;
list-style-type: disc;
padding-left: 10pt}

 
ul.sm {word-spacing: normal;
letter-spacing: normal;
text-transform: none;
text-decoration: none;
border-color: black;
border-style: none;
display: list-item;
list-style-type: circle;}


