.list01 {
	list-style-type:decimal;
	padding-bottom:10px;
	margin-left:-15px;
	
}

.list02 {
	list-style-type:upper-alpha;
	padding:0 0 5px 0;
	margin-left:-15px;
}

.list03 {
	list-style-type:square;
	margin-left:-25px;	
}

.list04 {
	list-style-type:none;
	text-indent:-2em;	
}

.textHeight {
	line-height:35px;
}
	
.edit01 {
	list-style-type:square;
	margin:-20px 0 0 -10px;	
}

.edit02 {
	list-style-type:square;
	margin:0 0 0 -10px;	
}

.edit03 {
	list-style-type:disc;
	margin-left:4em;
	text-indent:-6em;
	list-style-position:inside;

}