div.ebaHelp {
	
	}
	
div.ebaHelp ol { 
	counter-reset: item;
	margin: 0;
	padding: 0;
	}
div.ebaHelp ol li { display: block; }
div.ebaHelp ol li:before { 
	content: counters(item, ".") ")"; 
	counter-increment: item;
	color: #444; }

/* First Level*/
div.ebaHelp > ol > li:before {
	font: normal 16px/24px Arial, sans-serif;
	}
div.ebaHelp > ol > li {
	/* border at bottom of each main level item*/
	border-bottom: 2px solid #EEE;
	padding: 10px 0;
	}
div.ebaHelp > ol > li:last-child {
	border-bottom: none;
	}

/* Second Level */
div.ebaHelp > ol > li > ol > li:before {
	font: normal 14px/20px Arial, sans-serif;
	color: red;
	}
div.ebaHelp > ol > li > ol {
	/* Border that appears below the main level heading and desc*/
	border-top: 1px solid #DDD;
	padding: 10px 0 0 40px;
	}

/* Third Level */
div.ebaHelp > ol > li > ol > li > ol > li:before {
	font: normal 12px/16px Arial, sans-serif;
	color: black;
	}

div.ebaHelp h1,
div.ebaHelp h2,
div.ebaHelp h3 {
	display: inline;
	}

div.ebaHelp h1 {
	font: bold 16px/24px Arial, sans-serif;
	}
div.ebaHelp h2 {
	font: bold 14px/20px Arial, sans-serif;
	}
div.ebaHelp h3 {
	font: bold 12px/16px Arial, sans-serif;
	}

div.ebaHelp p {
	margin: 0;
	padding: 0 0 10px 0;
	}