
ul.bulletList {
	margin:0;
	padding:0;
	list-style: none;
}
ul.bulletList li  {
	padding-left:16px;
	background: url(../images/bullet.gif) no-repeat;
}

ul.bulletListWhite {
	margin:0;
	margin-left: 16px;
	padding:0;
	list-style: disc;
	color:#FFFFFF;
}

ul.bulletListRed {
	margin-top: 0px;
	margin-bottom: 0px;
}
.bulletListRed {
	padding-top: 0px;
	margin-top: 0px;
	padding-bottom: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding-left: 0px;
	list-style: none;
}
.bulletListRed li  {
	margin-top: 0px;
	margin-bottom: 0px;
	padding-left: 16px;
	background-image: url(../images/bullet_red.gif);
	background-repeat: no-repeat;
}

ul.bulletListGreen {
	margin-top: 0px;
	margin-bottom: 0px;
}
.bulletListGreen {
	padding-top: 0px;
	margin-top: 0px;
	padding-bottom: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding-left: 0px;
	list-style: none;
}
.bulletListGreen li  {
	margin-top: 0px;
	margin-bottom: 0px;
	padding-left: 16px;
	background-image: url(../images/bullet_green.gif);
	background-repeat: no-repeat;
}

ul.bulletListBlue {
	margin-top: 0px;
	margin-bottom: 0px;
}
.bulletListBlue {
	padding-top: 0px;
	margin-top: 0px;
	padding-bottom: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding-left: 0px;
	list-style: none;
}
.bulletListBlue li  {
	margin-top: 0px;
	margin-bottom: 0px;
	padding-left: 16px;
	background-image: url(../images/bullet_blue.gif);
	background-repeat: no-repeat;
}

ul.bulletListOrange {
	margin-top: 0px;
	margin-bottom: 0px;
}
.bulletListOrange {
	padding-top: 0px;
	margin-top: 0px;
	padding-bottom: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding-left: 0px;
	list-style: none;
}
.bulletListOrange li  {
	margin-top: 0px;
	margin-bottom: 0px;
	padding-left: 16px;
	background-image: url(../images/bullet_orange.gif);
	background-repeat: no-repeat;
}

ul.bulletListPurple {
	margin-top: 0px;
	margin-bottom: 0px;
}
.bulletListPurple {
	padding-top: 0px;
	margin-top: 0px;
	padding-bottom: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding-left: 0px;
	list-style: none;
}
.bulletListPurple li  {
	margin-top: 0px;
	margin-bottom: 0px;
	padding-left: 16px;
	background-image: url(../images/bullet_purple.gif);
	background-repeat: no-repeat;
}

ol.numList {	
	list-style-type: decimal;
	padding:0;
	margin-left: 23px;	
}

