ul.bulletList {
	margin-top: 0px;
	margin-bottom: 0px;
}
.bulletList {
	padding-top: 0px;
	margin-top: 0px;
	margin-left: 0px;
	padding-left: 0px;
	padding-bottom: 0px;
	margin-bottom: 0px;
	list-style: none;
}
.bulletList li {
	margin-top: 0px;
	padding-left: 14px;
	background-image: url(../img/bullet.gif);
	background-repeat: no-repeat;
}

ul.bulletList2 {
	margin-top: 0px;
	margin-bottom: 0px;
}
.bulletList2 {
	padding-top: 0px;
	margin-top: 0px;
	margin-left: 0px;
	padding-left: 0px;
	padding-bottom: 0px;
	margin-bottom: 0px;
	list-style: none;
}
.bulletList2 li {
	margin-top: 0px;
	padding-left: 14px;
	background-image: url(../img/bullet2.gif);
	background-repeat: no-repeat;
}

ul.bulletList3 {
	margin-top: 0px;
	margin-bottom: 0px;
}
.bulletList3 {
	padding-top: 0px;
	margin-top: 0px;
	margin-left: 0px;
	padding-left: 0px;
	padding-bottom: 0px;
	margin-bottom: 0px;
	list-style: none;
}
.bulletList3 li {
	margin-top: 0px;
	padding-left: 14px;
	background-image: url(../img/bullet3.gif);
	background-repeat: no-repeat;
}

ul.bulletList4 {
	margin-top: 0px;
	margin-bottom: 0px;
}
.bulletList4 {
	padding-top: 0px;
	margin-top: 0px;
	padding-bottom: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding-left: 20px;
	list-style: none;
}
.bulletList4 li  {
	margin-top: 5px;
	margin-bottom: 0px;
	padding-left:40px;
	padding-right:10px;
	background-image: url(../img/bulletcheck.gif);
	background-repeat: no-repeat;
	
}

ol.numList {
	margin-top: 0px;
	margin-bottom: 0px;
}
.numList {
	padding-top: 0px;
	margin-top: 0px;
	list-style-type: decimal;
	margin-left: 24px;
	padding-left:0px;
}
.numList li {
	margin-top: 0px;
	color: #7d3520;
	font-weight:bold;
}

.numList li span {
	color:#000000;
	font-weight:normal;
}