.BulletDisc {
	list-style-type: disc;
}
.BulletCircle {
		list-style-type: circle;
}
.BulletSquare {
	list-style-type: square;
}
.BulletOrangeSquare {
	list-style-image: url(../images/SquareBullet.jpg);
	margin-bottom: .2em;
}
ul.noIndent {
margin-left: .8em;
padding-left: .5em;
margin-top: .3em;
}
.BulletArrow {
	list-style-image: url(../images/arrow_purple.gif);
	vertical-align: text-top;
}
