h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: bold;
}
ul {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 1.4;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 10px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 10px;
	list-style-position: outside;
	list-style-type: none;
}
ul li {
	font-weight: bold;
	padding-bottom: 12px;
}

ul li ul li {
	font-weight: normal;
	padding-bottom: 3px;
	line-height: 1;
}
.related {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	background-color: #eeeeee;
	vertical-align: top;
	margin: 2px 2px 5px 7px;
	padding: 2px 2px 5px 7px;
	width: 200px;
	float: right;
}
.related th {
	font-weight: bold;
	color: #eeeeee;
	background-color: #000099;
	text-align: left;
}
.related ul {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 1.2;
	margin: 0px;
	padding: 0px;
	list-style-position: outside;
	list-style-type: none;
	}
.related ul li {
	font-weight: normal;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-right: 5px;
	}