ul.bulletList {
	margin-top: 0px;
	margin-bottom: 0px;
}
#bulletList
{
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(../images/bullet.gif);
background-repeat: no-repeat;
}

ul.bulletList2 {
	margin-top: 0px;
	margin-bottom: 0px;
}
#bulletList2
{
padding-top: 0px;
margin-top: 0px;
margin-left: 0px;
padding-left: 0px;
list-style: none;
}

#bulletList2 li 
{
margin-top: 0px;
padding-left: 16px;
background-image: url(../images/bullet2.gif);
background-repeat: no-repeat;
}

ol.numList {
	margin-top: 0px;
	margin-bottom: 0px;
}
#numList
{
padding-top: 0px;
margin-top: 0px;
margin-left: 0px;
padding-left: 25px;
}
#numList ol 
{
margin-top: 0px;
}

ul.bulletListCallout {
	margin-top: 0px;
	margin-bottom: 0px;
}
#bulletListCallout
{
padding-top: 0px;
margin-top: 0px;
margin-left: 0px;
padding-left: 0px;
list-style: none;
}

#bulletListCallout li 
{
margin-top: 0px;
padding-left: 16px;
background-image: url(../images/bullet_callout.gif);
background-repeat: no-repeat;
}

ul.bulletListCheckbox {
	margin-top: 0px;
	margin-bottom: 0px;
}
#bulletListCheckbox
{
padding-top: 0px;
margin-top: 0px;
margin-left: 0px;
padding-left: 0px;
list-style: none;
}

#bulletListCheckbox li 
{
margin-top: 0px;
padding-left: 16px;
background-image: url(../images/bullet_checkbox.gif);
background-repeat: no-repeat;
}
