@charset "UTF-8";
/* CSS Document */

ul {
	margin: 0;
	padding: 0;
}

li {
	list-style: none;
	background-image: url(../images/page_art/list_bullet.gif);
	background-repeat: no-repeat;
	background-position: 0px 5px;
	padding-left: 12px;
	margin-bottom: 18px;
}

.listext {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #99CCCC;
	line-height: 125%;
}
