.generic_bullet ul {
	margin:0;
	padding:0;
	list-style-type:none;
}
.generic_bullet ul li {
	background:url(http://media.washingtonpost.com/wp-srv/shared/gr/dk_gray_bullet.gif) no-repeat 0px 0.5em;
	padding:0 0 0 0.6em;
}
/*
	The div_bullet class is a fix for Gecko/IE rendering discrepancies;
	for it to work properly, the <li> should be within a div tag.
 */
.div_bullet ul {
	margin:0;
	padding:0;
	list-style-type:none;
}
.div_bullet ul li {
	background:url(http://media.washingtonpost.com/wp-srv/shared/gr/dk_gray_bullet.gif) no-repeat 0px 0.5em;
	padding:0 0 0 0.6em;
	display:inline;
}