ul, ol {
	margin: 0em 1em;
	padding-left: 1em;
}
ul { list-style-type: disc; }
ul ul { list-style-type: circle; }
ul ul ul { list-style-type: circle; }
div.block { margin: 0px 2em; }
a.Light, a.Light:link, a.Light:visited {
		color: #428863;
		background-color: inherit;
		font-weight: normal;
}
.SubTitle {
	font-size: 1.1em;
	font-variant: small-caps;
	font-weight: bold;
	color: #428863;
	background-color: inherit;
	text-align: center;
	margin-bottom: 0.5em;
	display: block;
}
.SubSection {
	font-style: italic;
	font-weight: bold;
	color: #428863;
	background-color: inherit;
	background-image: url(images/line-dot.gif);
	background-position: left bottom;
	background-repeat: repeat-x;
	line-height: 1em;
	margin: 0.1em -0.6em 0.4em;
	display: block;
}
.Note {
	font-size: 0.9em;
	color: #428863;
	background-color: inherit;
}
.SubNote {
	font-size: 0.8em;
	color: #428863;
	background-color: #F1F8F4;
	border: 1px dashed #77B0A1;
	padding: 0.5em;
	display: block;
}
.error {
	color: #FF0000;
	background-color: inherit;
}
.InfoRight, .InfoLeft {
	width: 8em;
	font-size: 0.6em;
	line-height: 1em;
	color: #428863;
	background-color: inherit;
	display: block;
}
.InfoRight {
	text-align: right;
	float: right;
}
.InfoLeft {
	text-align: left;
	float: left;
}