@charset "UTF-8";
/* CSS Document */
* {
	margin: 0;
	padding: 0;
}

ul {
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 1.5em;
	margin-left: 1.5em;
}
ol {
	margin: 0 0 1.5em 2.5em;
}
ul {
	list-style-type: disc;
}
ol {
	list-style-type: decimal;
}
ol ol {
	list-style:upper-alpha;
}
ol ol ol {
	list-style:lower-roman;
}
ol ol ol ol {
	list-style:lower-alpha;
}
ul ul, ol ol, ul ol, ol ul {
	margin-bottom:0;
}