ul.bullet-grey{
	list-style-type: none;
	padding-left: 5px;
	margin: 0px;
}

.bullet-grey li{
	background-image: url('../images/bullet-grey.png');
	background-repeat: no-repeat;
	background-position: 0 center; 
	padding-left: 12px;
	margin:10px 0px;
}

ul.bullet-orange{
	list-style-type: none;
	padding-left: 5px;
	margin: 0px;
}

.bullet-orange li{
	background-image: url('../images/bullet-orange.png');
	background-repeat: no-repeat;
	background-position: 0 4px; 
	padding-left: 12px;
	margin:5px 0px;
}

ul.bullet-white{
	list-style-type: none;
	padding-left: 5px;
	margin: 0px;
}

.bullet-white li{
	background-image: url('../images/bullet-white.png');
	background-repeat: no-repeat;
	background-position: 0 4px; 
	padding-left: 12px;
	margin:10px 0px;
}

ul.bullet-black{
	list-style-type: none;
	padding-left: 5px;
	margin: 0px;
}

.bullet-black li{
	background-image: url('../images/bullet-black.png');
	background-repeat: no-repeat;
	background-position: 0 4px; 
	padding-left: 12px;
	margin:10px 0px;
}

ol{
	padding-left: 20px;
	margin: 0px;
}

ol li{
	padding-left: 20px;
	padding-top: 3px;
	padding-bottom: 3px;
}