/* CSS Document */

#spec ul {
	list-style:none;
	margin-left: 0;
	
}

#spec ul ul {
	margin-left: 2em;
		
}

#spec ul ul ul {
	margin-left: 3em;
	
}

#spec ol {
	margin-left: 5em;
	list-style-type:upper-alpha;
	
}

#spec ol ol {
	margin-left: 3em;
	list-style-type:decimal
	
}

#spec ol ol ol{
	margin-left: 3em;
	list-style-type: lower-alpha;
	
}

#specapa ul {
	list-style:none;
	margin-left: 0;
	
}

#spec ul ul {
	margin-left: 2em;
		
}

#spec ul ul ul {
	margin-left: 3em;
	
}

#spec ol {
	margin-left: 5em;
	list-style-type:upper-alpha;
	
}

#spec ol ol {
	margin-left: 3em;
	list-style-type:decimal
	
}

#spec ol ol ol{
	margin-left: 3em;
	list-style-type: lower-alpha;
	
}