dl {padding: 5px 0 10px 10px;}

dt {
	font-weight: bold; 
	margin: 15px 10px 5px;
	cursor: pointer;
	text-decoration: none;
	color: #E57D1D;	
}

dt:hover {text-decoration: underline;}

.dtq {
	color: #000000;	
	font-weight: bold;
	text-decoration: none;
}
.dtq:hover {text-decoration: none;}

dd {
	margin: 25px 30px 0px;
	padding-bottom: 12px;
	line-height: 150%;	
	}
	

	
	dd p:first-child {display: inline;} /* this makes it so that the first paragraph within a dd will float up next to the A */


	
.show {display: block;}
.hide {display: none;}	/* CSS Document */
