
ul.bulletListCheck {
	margin-top: 0px;
	margin-bottom: 0px;
}
.bulletListCheck {
	padding-top: 0px;
	margin-top: 0px;
	margin-left: 0px;
	padding-left: 0px;
	padding-bottom: 0px;
	margin-bottom: 0px;
	list-style: none;
}
.bulletListCheck li {
	margin-top: 0px;
	padding-left: 14px;
	background-image: url(../images/bullet-check.gif);
	background-repeat: no-repeat;
}
ul.bulletListCheck2 {
	margin-top: 0px;
	margin-bottom: 0px;
}
.bulletListCheck2 {
	padding-top: 0px;
	margin-top: 0px;
	margin-left: 0px;
	padding-left: 0px;
	padding-bottom: 0px;
	margin-bottom: 0px;
	list-style: none;
}
.bulletListCheck2 li {
	margin-top: 0px;
	padding-left: 14px;
	background-image: url(../images/bullet-check2.gif);
	background-repeat: no-repeat;
}

ul.bulletListHeart {
	margin-top: 0px;
	margin-bottom: 0px;
}
.bulletListHeart {
	padding-top: 0px;
	margin-top: 0px;
	margin-left: 0px;
	padding-left: 0px;
	padding-bottom: 0px;
	margin-bottom: 0px;
	list-style: none;
}
.bulletListHeart li {
	margin-top: 0px;
	padding-left: 14px;
	background-image: url(../images/bullet-heart.gif);
	background-repeat: no-repeat;
}

ul.bulletListWhite {
	margin-top: 0px;
	margin-bottom: 0px;
}
.bulletListWhite {
	padding-top: 0px;
	margin-top: 0px;
	margin-left: 14px;
	padding-left: 0px;
	list-style: disc;
	color:#FFFFFF;
}
.bulletListWhite li {
	margin-top: 0px;
	padding-left: 0px;
}

ol.numList {
	margin-top: 0px;
	margin-bottom: 0px;
}
.numList {
	padding-top: 0px;
	margin-top: 0px;
	list-style-type: decimal;
	margin-left: 22px;
	padding-left:0px;
}
.numList li {
	margin-top: 0px;
}
