ul.bulletList, ul.bulletList2, ul.bulletList3 {
	margin-top: 0px;
	margin-bottom: 0px;
}
#bulletList, #bulletList2, #bulletList3 {
	padding-top: 0px;
	margin-top: 0px;
	margin-left: 0px;
	padding-left: 0px;
	list-style: none;
}


#bulletList li  {
	margin-top: 0px;
	padding-left: 16px;
	background-image: url(../img/bullet.gif);
	background-repeat: no-repeat;
}
#bulletList2 li  {
	margin-top: 0px;
	padding-left: 16px;
	background-image: url(../img/bullet2.gif);
	background-repeat: no-repeat;
}
#bulletList3 li  {
	margin-top: 0px;
	padding-left: 16px;
	background-image: url(../img/bullet3.gif);
	background-repeat: no-repeat;
}
