.default_ul {
	list-style-position: outside;
	list-style-image: url(../images/point.jpg);
	font-family: Arial, Helvetica, sans-serif;
	color: #006600;
	font-weight: bold;
	line-height: 30px;
}
.default_ul li {
	padding-left: 15px;
}

