@charset "utf-8";
/* CSS Document */
.ul {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: bolder;
	color: #000;
	list-style-position: inside;
	list-style-image: url(/themes/default/images/dot.gif);
	list-style-type: disc;
	line-height: 20px;
}
