dl.QA {
  margin-left: 30px;
}
.QA dt {
	font-weight: bold;
	margin: 15px 0px 5px 0px;
	cursor: pointer;
	text-decoration: none;
	/*color: #005392; ORIG*/
 
}
.QA dt:hover {
	/*text-decoration: underline;  ORIG */
  color:#c84114;
}
.QA dt.active {
	background-color:#dddddd;
}
.QA dt:before {
	content: "Q";
  font-family: "alternate-gothic-no-3-d", sans-serif;	
  font-size: 1.5em;
	margin-right: 7px;
	padding: 2px 6px 5px;
	/*color: #C7D5D8;
	background-color: #005392; ORIG */
  color:#29aae1;
	font-weight: normal;
	margin-left: -35px;
	position: relative;
	/*top: 10px;*/
}
.QA dd {
	margin: 15px 25px 0px;
	padding: 0 0 12px 0;
	line-height: 150%;
}
.QA dd:before {
	content: "A";
	font-family: "alternate-gothic-no-3-d", sans-serif;
  font-size: 1.5em;
	margin-right: 7px;
	padding: 2px 9px;
	/*color: #005392;
	background-color: #C7D5D8; ORIG */
	 color:#29aae1;
  margin-left: -38px;
	position: relative;
	top: 10px;
}
.QA dd.TPS_noContent:before {
	content: none;
}