.BulletDisc {
	list-style-type: disc;
}
.BulletCircle {
		list-style-type: circle;
}
.BulletSquare {
	list-style-type: square;
}
.BulletArrowOrange {
	list-style-image:url(../images/arrow_orange.png);
}
.BulletArrowBlue {
	list-style-image:url(../images/arrow_blue.png);
}