.show {display: block;}
.hide {display: none;}


dl{margin: 20px 0 40px 0;}

dt {
	font-weight: normal; 
	margin: 15px 40px 5px 40px;
	cursor: pointer;
	text-decoration: underline;
	color: #003399;
}

	dt:before {
		content: "Q";
		font-size: 1.0em;
		font-family: Arial, Helvetica, Verdana, sans-serif;
		margin-right: 0px;
		padding: 2px 4px 2px 4px;
		color: #ffffff;
		background-color: #003399;
		font-weight: normal;
		text-decoration: none;
		margin-left: -18px;
		position: relative;
		top: 4px;
		left:-10px;
		
	}


dd {
	margin: 25px 70px 0px 70px;
	padding-bottom: 12px;
	line-height: 150%;	
	}
	
	dd:before {
		content: "A";
		font-size: 1.0em;
		font-family: Arial, Helvetica, Verdana, sans-serif;
		margin-right: 7px;
		padding: 2px 4px;
		color: #000000;
		background-color: #F3D673;
		
		margin-left: -26px;
		position: relative;
		top: 4px;
		left: -4px;
	}

