ol,ul {
	margin-top:0px;
	margin-bottom:0px;
}
li {
	margin-top:3px;
	margin-bottom:3px;
}
.divList {
	clear:both;
	width:auto;
	padding-left:1.5em;
	}
.divItem {
	
	display:block-inline;
	clear:both;
	width:auto;
}
.divSublist {
	border:0;
	border-style:solid;
	
	clear:left;
	width:auto;
}
.divSubitem {
	border:0;
	border-style:solid;
	
	clear:left;
	width:auto;
}


.Alpha {
	list-style-type: lower-alpha;
}

.Bullet {
	list-style-type: disc;
}
.Bullet2 {
	list-style-type: square;
	list-style-image: url('../icons/rarr.gif');
}
.Bullet3 {
	list-style-type: disc;
}
.Numbers {
	list-style-type: decimal;
}
.Roman {
	list-style-type: lower-roman;
}
.Steps {
	list-style-type: decimal;
}


.Item {
	
	font-weight:normal;
	width:auto;
}

.Subitem {
	
	clear:left;
	left:10pt;
	width:auto;
}
.Subsubitem {
	
	clear:left;
	left:20pt;
	width:auto;
}

