.BulletDisc {
	list-style-type: disc;
}
.BulletCircle {
		list-style-type: circle;
}
.BulletSquare {
	list-style-type: square;
}
.BulletArrow {
	list-style-image: url(../images/arrow.png);
	margin-bottom: .10em;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
}
ul.noIndent {
margin-left: .5em;
padding-left: .5em;
margin-top: .3em;
}