#sm {
	padding-left: 20px;
	font-size: 100%;
	font-family: tahoma;
	line-height: 135%;
}
#sm ul {
	list-style: square;
	padding: 0px;
	margin: 0px;
	padding-left: 35px;
	padding-bottom: 20px;
	color: #b73c3c;
}
#sm ul ul {
	list-style: url("../../images/websoft/li-circle.gif");
	list-style: none;
}
#sm ul ul ul {
	list-style: circle;
	list-style: url("../../images/websoft/li-circle.gif");
}

#sm h2, #sm h3 {
	padding: 0px;
	margin: 0px;
}
#sm ul a {
	
	color: #961818;
}
#sm ul ul a {
	color: #b73c3c;
}
#sm a {
	font-size: 85%;
}
#sm ul ul ul a {
	color: black;
}
#sm a:hover {
	text-decoration: none;
}
#sm h2 {
	font-size: 120%;
	font-weight: bold;
}
#sm h3 {
	font-size: 100%;
	font-weight: bold;
}