
ul.bulletList, ul.bulletListArrow {
	margin:0;
	padding:0;
	list-style: none;
}
ul.bulletList li  {
	padding-left:16px;
	background: url(../images/bullet.gif) no-repeat;
}
ul.bulletListArrow li  {
	padding-left:16px;
	background: url(../images/bullet.gif) no-repeat;
}

ol.numList {	
	list-style-type: decimal;
	padding:0;
	margin-left: 23px;	
	font-weight:bold;
	color:#000;
}
ol.numList li span {
	font-weight: normal;
	color:#000000;
}
ol.numList li ul li {
	font-weight: normal;
	color:#000000;
}