* {
	font-size: 14px;
	font-family: Arial;
	white-space: nowrap;
}

.tocTitle {
	font-size: 40px;
	color: blue;
}

.tocSubTitle {
	font-size: 16px;
}

.tocLogo {
	margin-bottom: 0px;
}

ul {
	margin: 0px 0px 0px 18px;
	padding: 0px;
}

li {
	list-style-type:none;
	margin: 0px;
	padding: 0px;
	border: 0px;
	line-height: 14px;
	background-image: url(../images/toc/more_to_come.gif);
	background-position: top left;
	background-repeat: repeat-y;
}

.liLastChild {
	background-image: url(../images/toc/empty.gif);
}

.liBefore {
	padding: 0px;
	margin: 0px 2px 0px 0px;
	padding: 0px;
	display: inline;
}

li .plus_minus {
	margin-left: -38px;
	padding-right: 100%;
	padding-bottom: 4px;
	border: 0px;
	z-index: 1;
	position: absolute;
}

a:link {
	color: blue;
}

a:visited {
	color: blue;
}
