P.Help1 {
	font-size: 17px;
	padding-bottom: .5em;
}
P.Help2 {
	font-size: 15px;
	padding-bottom: .25em;
}
P.Note {
	border-top: 2px solid #ece9d8;
	border-bottom: 2px solid #ece9d8;
	padding-top: 1em;
	padding-bottom: 1em;
	padding-left: 100px;
	background-image: url(/cms/help/images/note.gif);
	background-position: 13px 13px;
	background-repeat: no-repeat;
}
P.ExpertNote {
	border-top: 2px solid #ece9d8;
	border-bottom: 2px solid #ece9d8;
	padding-top: 1em;
	padding-bottom: 1em;
	padding-left: 100px;
	background-image: url(/cms/help/images/expertnote.gif);
	background-position: 13px 13px;
	background-repeat: no-repeat;
}
P.Tip {
	border-top: 2px solid #ece9d8;
	border-bottom: 2px solid #ece9d8;
	padding-top: 1em;
	padding-bottom: 1em;
	padding-left: 100px;
	background-image: url(/cms/help/images/tip.gif);
	background-position: 13px 13px;
	background-repeat: no-repeat;
}
P.MoreInfo {
	border-top: 2px solid #ece9d8;
	border-bottom: 2px solid #ece9d8;
	padding-top: 1em;
	padding-bottom: 1em;
	padding-left: 100px;
	background-image: url(/cms/help/images/moreinfo.gif);
	background-position: 13px 13px;
	background-repeat: no-repeat;
}
P.Example {
	border-top: 2px solid #000066;
	border-bottom: 2px solid #000066;
	padding-top: 1em;
	padding-bottom: 1em;
	background-image: url(/cms/help/images/example.gif);
	background-position: 13px 13px;
	background-repeat: no-repeat;
	background-color: #e5e6ff;
	padding-left: 100px;
	padding-right: 10px;
}
P.PageBreakAfter {
	border-bottom: 3px solid red;
}
SPAN.TODO {
	background-color: yellow;
	font-weight: bold;
}
SPAN.Code {
	font-family: Courier New;
}
SPAN.InlineButton {
	display: inline-block;
	background-color: #c4dafa;
	border: 1px solid #3b619c;
	padding: 1px;
	position: relative;
	vertical-align: middle;
	top: 0;
	height: 20px;
	width: 20px;
	overflow: hidden;
}
SPAN.InlineImage {
	position: relative;
	top: 1px;
	vertical-align: middle;
}
