@CHARSET "ISO-8859-1";
.indexList {
	background: #93a1a9;
	color: #fff;
	margin: 0 1em 1em 0;
	width: 175px;
	float:left;
	}
	.indexList.largeList {
		width: 240px;
	}
	.indexList h2, div.indexList a {
		color: #fff;
		font-weight: normal;
	}
	.indexListContent	{
	clear:both;
	}
.indexContents {
	clear: both;
	color: #98012e;
	font-weight: bold;
}
	.indexContents.blackContents li { color: #98012e; }
	.indexContents.blackContents li li { color: #000; }
	ol.indexContents.blackContents li p {
		color: #000;
		font-weight: normal;
	}
	.indexContents ul, .indexContents ul li {
		font-weight: normal;
		list-style: none;
	}
	.indexContents ul li {
		padding: 20px;
	}
	.indexContents h2 {
		margin: 1em 0 0.5em 0;
	}
		.indexContents ul li.alt {
			background: #eee;
		}
		.indexContents ul li span {
			color: #98012e;
			font-family: Georgia, "Times New Roman", Times, serif;
			font-size: 1.5em;
			margin: 0 0.5em 0 0;
		}
		.indexContents ul li .a {
			color: #000;
		}
h2 a {
	font-weight: normal;
}
h2 a:hover {
	text-decoration: none;
}
ul.indexSections li {
	color: #000;
	list-style: disc;
	margin: 0 0 1em 2em;
	padding: 0;
}
