html, body, p{
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	vertical-align: baseline;
	font-family: Arial, Helvetica, sans-serif;
/*background-image: transparent;*/ /* edit! has been removed again */ 
} 
ul {
	list-style-type: disc;
	list-style-position: outside;
	margin-right: 1em;
	margin-bottom: 0em;
	margin-left: 2em;
	padding-bottom: 0em;
}

a:link {
	text-decoration: none;
	color: #0000D2;
}

a:active {
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #0000FF;
}

a:hover {
	text-decoration: underline;
}


.lsbody {
	font-size: 10pt;
	padding-top: 0.5em;
	padding-bottom: 0.4em;
	margin-left: 1.1em;
	margin-right: 1.1em;
	font-weight: 400;
	font-style: normal;
}

.lsbullet{
	font-size: 10pt;
	padding-bottom: 0.1em;
	list-style-type: disc;
	margin-left: 1em;
}


.lshead {
	font-size: 11pt;
	font-weight: 900;
	padding-top: 0.75em;
	font-style: normal;
	padding-left: 1em;
}
