* {
	margin: 0pt;
	padding: 0pt;
	font-family: sans-serif;
}
h1 {
	font-size: large;
	font-family: sans-serif;
	text-shadow: #fff 0px 0px 0px;
	width: 100%;
	margin: 2em 0 2em 2em;
}
h2 {
	margin-left: 2em;
	padding-left: 2em;
	padding-bottom: 3px;
	border-style: solid;
	color: #ff5522;
	border-color: #ff5522;
	border-width: 0px 0px 1px 0px;
	text-shadow: #fff 0px 0px 0px;
}
.obsolete {
	display: none;
}
body {
	background: white;
	position: relative;
	margin: 0px auto;
	width: 700px;
}
.clear {
	width: 100%;
	height: 2em;
	clear: both;
}
ul {
	list-style: none;
	padding-left: 10px;
	margin-left: 0px;
}
li {
	padding: 0 0 0 9px;
	margin: 5px 0 5px 22px;
	background: url(share/01_arrow.gif) 0 6px no-repeat;
}
a:link{
	color: #4400ee;
}
a:active {
	color: #ff5522;
}
a:visited{
	color: #ff5522;
}
a:hover{
	text-decoration: underline;
	color: #ff5522;
}
span.note{
	font-size: small;
}
