



.category_headings {
	color: black;
	cursor:pointer;
	font-weight:bold;
	font-size: 16pt;
	font-family: Arial, Helvetica, sans-serif;
	}



.question_splitter {
	width:100%;
	margin-bottom:25px;
	}



.question_headings {
	color: black;
	cursor:pointer;
	margin-bottom:15px;	
	margin-top:15px;	
	font-weight:bold;
	font-size: 13pt;
	font-family: Arial, Helvetica, sans-serif;
	border-top:2px solid black;
	}



.answer_text {
	display:none;
	margin-left:15px;
	margin-right:15px;
	margin-bottom:15px;	
	margin-top:15px;	
	color: black;
	font-weight:none;
	font-size: 11pt;
	font-family: Arial, Helvetica, sans-serif;
	}

