@charset "utf-8";
/* CSS Document */
.toc {




}
.toc ul {
	margin: 0px;
	padding: 0px;
	float: left;
	width: 480px;
}
.toc ul li {
	color: #000033;
	padding-top: 5px;
	padding-bottom: 5px;
	overflow: hidden;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCC;
	font-size: 14px;
	list-style-type: none;
}
.toc ul li.heading {
	font-weight: bold;
	color: #036;
	text-transform: none;
	font-size: 16px;
}
