@charset "utf-8";
/* CSS Document */
section ol li {
	list-style-type: upper-roman;
}
section ol {
	padding-top: 10px;
}
section ol ol {
	margin-bottom: 0px;
	padding-bottom: 0px;
}
section ol li ol li {
	list-style-type: upper-alpha;
}

section ol li ol li ol li {
	list-style-type: decimal;
}

section ol li ol li ol li ol li {
	list-style-type: lower-alpha;
}


.breadcrumbs {
	border: 1px dotted #ddd;
	border-width: 0 0 1px;
	border-radius: 0px;
	padding-right: 16px;
	padding-left: 16px;
	padding-bottom: 7px;
	margin-bottom: 10px;
}
#content .wrapper.fs1 h3 {
	padding-top: 20px;
}

