/* CSS Document */
ul{
	margin:0px;
	padding:0px;
	list-style-position:outside;
	list-style-image:url(../images/icon_bullet_b.gif);
	line-height:0.4em;
	padding-bottom:2px;
}

li.text{
	margin-left:-4px;
	padding:0px; 
	margin-top:-9px;
}

li.check {
	list-style-type:disc;
	list-style-image:url(../images/icon_check_b.gif);
	
	}

li.check_text{
	list-style-type:disc;
	list-style-image:url(../images/icon_check_b.gif);
	margin-left:-4px;
	padding:0px; 
	margin-top:-4px;
}