ul.noIndent {
margin-left: .8em;
padding-left: .5em;
margin-top: .3em;
}
.BulletDisc {
	list-style-type: disc;
}
.BulletCircle {
		list-style-type: circle;
}
.BulletSquare {
	list-style-type: square;
}
.BulletArrow {
	list-style-image: url(../images/ArrowBlue.png);
	vertical-align: middle;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #34258D;
	line-height: 20px;
}