.BulletedListInlineIndented { /* This CSS class will create a list with disc bullets */
	padding: 3px !IMPORTANT; /* This resets ALL the padding for the ul tag */
	/********** CHANGES THE STYLE TYPE TO DISC  **************/

	list-style-type: disc !IMPORTANT;
	list-style-position: outside;
	text-indent: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	display: list-item;
	margin-top: 3px;
	margin-right: 120px;
	margin-bottom: 3px;
	margin-left: 80px;
}

