dt {
	font-weight: bold; 
	margin: 15px 40px 5px;
	cursor: pointer;
	text-decoration: none;
}

	dt:before {
		content: "Q";
		font-size: 1.5em;
		font-family: Georgia, "Times New Roman", Times, serif;
		margin-right: 7px;
		padding: 2px 6px 5px;
		color: #ccc;
		font-weight: normal;
		
		margin-left: -35px;
		position: relative;
		top: 3px;
	}


dd {
	margin: 25px 70px 0px;
	padding-bottom: 12px;
	line-height: 150%;	
	}
	
	dd:before {
		content: "A";
		font-size: 1.5em;
		font-family: Georgia, "Times New Roman", Times, serif;
		margin-right: 7px;
		padding: 2px 9px;
		color: #888;
		
		margin-left: -38px;
		position: relative;
		top: 3px;
	}

.faqShowHideHint
{
	font-size:8pt;
	font-weight: normal;
	border-bottom: dotted;
	border-width: 1px;
}
.show {display: block;}
.hide {display: none;}	
