.bullets {
	font-family: "Copperplate Gothic Bold", "Copperplate Gothic Light";
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	color: #FFFFFF;
	list-style-image: url(images/bullet.gif);
	line-height: 20px;
	list-style-position: inside;
	background-position: top;
	list-style-type: circle;
	text-align: left;
}
.bulletbody {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	color: #FFF;
	list-style-position: outside;
	list-style-type: disc;
}

