@charset "utf-8";
/* CSS Document */
#content ol li {
	list-style: upper-alpha outside none;
}
#content ol li ol li{
		list-style-type: lower-alpha;
}
#content ol li ol li ol li{
		list-style-type: lower-roman;
}
#content ol li ol li ol li ol li{
		list-style-type: decimal;
}

dl {}
dd {margin-bottom:10px;}
dt {font-weight:bold; font-style:italic; border-top:1px solid #eee; padding-top:10px; margin-top:10px; color:#888;}

#content ol.upper-alpha > li {
	list-style-type: upper-alpha;
}

#content ol.lower-alpha > li{
	list-style-type: lower-alpha;
}

#content ol.upper-roman > li{
	list-style-type: upper-roman;
}

#content ol.lower-roman > li{
	list-style-type: lower-roman;
}

#content ol.decimal > li{
	list-style-type: decimal;
}

#content ol.circle-bullet > li{
	list-style-type: circle;
}
