/* Aides HTML */
.help-content strong,
.help-content b {
	font-weight: bold;
}
.help-content em,
.help-content i {
	font-style: italic;
}
.help-content h3 {
	margin-bottom: 0.5em;
	font-size: 22px;
	font-weight: bold;
	color: #FF671C;
}
.help-content h4 {
	margin-bottom: 0.5em;
	font-size: 20px;
}
.help-content h5 {
	margin-bottom: 0.5em;
	font-size: 16px;
	font-weight: bold;
	color: #A1A1A1;
}
.help-content h6 {
	margin-bottom: 0.5em;
	font-size: 12px;
	font-weight: bold;
	color: #FF671C;
}
.help-content p  {
	margin-bottom: 1.0em;
}
.help-content ul {
	margin-bottom: 0.5em;
	padding-left: 30px;
	list-style-type: disc;
}
.help-content ol {
	margin-bottom: 0.5em;
	padding-left: 30px;
	list-style-type: decimal;
}
.help-content a {
	color: #7181FA;
}
/*eof*/
