.Options {
	
	border-top:1px solid #dcd5d2;
	border-bottom:1px solid #dcd5d2;
	padding-top:15px;
	padding-bottom:15px;
	margin-bottom:15px;
}

.Options select,
.Options input[type="text"]{
	width:100%;
	clear:both;
	float:none;
	padding:5px 7px;
	margin-bottom:5px;
}
.Options input[type="submit"] {
	float:right;
	padding-top:5px;
	padding-bottom:5px;
	min-width:1px;
}
.Options select.opt2,
.Options input.opt3, 
.Options select.opt4,
.Options select.opt5 {
	float:left;
	clear:none;
	margin-right:2%;
} 
.Options select.opt5 {
	margin-right:0;
	float:right;
}
.Options select.opt2 { width: 30%; }
.Options input.opt3 { width: 10%; }
.Options select.opt4 { width: 27%; }
.Options select.opt5 { width: 27%; }

.Topics.Overview ul {
	margin:0;
	padding:0;
	list-style:none;
}
.Topics.Overview ul li {
	margin:0;
	padding:0;
	list-style:none;
}
.Topics.Overview ul li a {
	padding:6px 0;
	display:block;
	overflow:hidden;
	color:#0f4284;
	border-bottom:1px solid #dcd5d2;
}
/*.Topics.Overview ul li:nth-child(2n) a {
	color:#6d6e71;
}*/
.Topics.Overview ul li .Chapter {
	font-weight: bold;
	color:#001f5b;
	min-width:75px;
	display:block;
	float:left;
}

.Topics.Overview ul li .decisions {
	display: none;
}
.Topics.Overview ul li .decisions a {
	display: inline;
	border: 0px solid;
}