ul#list {
	list-style-type: none;
	padding-left: 20;
	margin-left: 20;
}
ol#list {
	list-style-type: none;
	padding-left: 10;
	margin-top: 5;
}
ul#list li {
	background-image: url('../images/icons/bullet_go.png');
	background-repeat: no-repeat;
	background-position: 0 0em;
	padding-left: 1.6em;
	font-weight: bold;
}
ol#list li {
	background-image: url('../images/icons/bullet_black.png');
	background-repeat: no-repeat;
	background-position: 0 0em;
	padding-left: 1.6em;
	font-weight: normal;
}