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(../images/bullet.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;
	/*color:#ed1c24;
	font-weight:bold;*/
}
.numList li {
	margin-top: 0px;
}
.numList li span {
	color:#000000;
	font-weight:normal;
	padding-left:0px;
}