.dContent {
	margin-left: 20px;
	display: none;
	}
	
.dContentX {
	margin-left: 20px;
	display: block;
	}
	
.dTitle {
	cursor: hand; 
	cursor: pointer;
	margin-top: 11px;
	font-weight: bold;
	color: #993322;
	}
	
.dSubTitle {
	cursor: hand; 
	cursor: pointer;
	margin-top: 11px;
	font-weight: normal;
	color: #993322;
	}

.question #expand {
	margin-left: 22px;
	display: block;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: xx-small;
	font-weight: normal;
	color: #888877;
	}

.dOpener {
	visibility: visible;
	color: black;
	cursor: hand; 
	cursor: pointer;
	text-decoration: none;
	}
	
.dOpener:hover {
	visibility: visible;
	color: black;
	cursor: hand; 
	cursor: pointer;
	text-decoration: underline;
	
	}
	
.dOpenerX {
	visibility: hidden;
	color: white	}
	



