.helpHeader {
	font-size: 10pt;
	font-weight: bold;
	font-style: italic;
	color: #0000FF;
	font-family: Arial, Helvetica, sans-serif;
}
.topButton {
	font-size: 12px;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
	background: #0000FF;
	color: #FFFFFF;
	border: thin ridge #000000;
	height: auto;
	width: auto;
	margin: 0px;
	padding: 0px;
	font-variant: small-caps;
	text-transform: capitalize;
	font-style: normal;
}
.CatHeader {
	font-size: 14pt;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
	font-style: italic;
	text-decoration: underline;
}
.helpBody {
	font-size: 9pt;
	font-family: Arial, Helvetica, sans-serif;
}
ol li {
	font-size: 9pt;
	padding: 10px;
	list-style-type: decimal;
	font-weight: bold;
	text-decoration: none;
}
ol ol li {
	font-weight: normal;
	list-style-type: lower-alpha;
	line-height: normal;
	padding: 0px;
}
ol ul li {
	font-weight: normal;
	padding: 0px;
	list-style-type: square;
}
div ol li {
	font-weight: normal;
	list-style-type: decimal;
	padding: 0px;
}
div ul li {
	padding: 5px;
}

