.listarial12 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #000000;
	list-style-position: outside;
	list-style-image: url(iconorange.gif);
	list-style-type: lower-alpha;
	margin-left:0px;

	line-height: 20px;
	padding-left: 1em;
text-indent: -1em;
}

ul, ul li {
    margin: 0;
    padding: 0;
    list-style: none;
}

ul li {
	background-image: url(iconorange.gif); /* Replace bullet.gif with your img */
	background-position: left center; /* Position bullet */
	background-repeat: no-repeat;
	padding-left: 20px; /* Add padding so text doesn't cover bullet img */
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	line-height: 20px;
}
#main {
	width: 639px;
	float: left;
	margin: 0px;
	padding: 0px;
}
.headings {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #333333;
}
.maintext {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #333333;
}
.headingssmall {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #333333;
}

