.lists ol, .lists ul {
	margin-left:		50px;
}

ul.none {
	list-style-type: 	none;
}
ul.bullet1 {
	list-style-type: 	disc;
	font-weight:		normal;
}
ul.bullet2 {
	list-style-type: 	circle;
	font-weight:		normal;
}
ul.bullet3 {
	list-style-type:	square;
	font-weight:		normal;
}
ul.bullet_close {
	list-style-type:	square;
	font-weight:		normal;
	margin-top:			0;
}
ul.simple_list {
	list-style-type:	square;
	font-weight:		normal;
	margin-top:			0;
}
ul.simple_list li {
	margin-top:			0.3em;
}
ol.decimal {
	list-style-type: 	decimal;
	font-weight:		normal;
}
ol.u_roman {
	list-style-type: 	upper-roman;
	font-weight:		bold;
}
ol.u_roman li {
	margin-top:			0.5em;
}
ol.u_alpha {
	list-style-type: 	upper-alpha;
	font-weight:		normal;
}
ol.u_alpha li {
	margin-top:			0;
}

ol.l_roman {
	list-style-type: 	lower-roman;
	font-weight:		normal;
}
ol.l_alpha {
	list-style-type: 	lower-alpha;
	font-weight:		normal;
}