	.index #heading h1 { color: #ff992f; }
	div.study { 
		margin-top: 5px; /* padding: 5px;  */
		background: transparent url('../images/accordian_button.jpg') top left no-repeat;
		color: #fff; 
		padding-bottom: 1px;
	}
	div.study.no-left-margin { margin-left: 0px; }
	
	div.study ul { list-style-image: none; list-style-type: disc; color: #555555; }
	#content_txt .special_emphasis {
		display: block; height: 29px; 
		color: #fff; font-weight: bold; font-size: .9em; 
		background: transparent url('../images/accordian_button.jpg') top left no-repeat;
		margin:0; padding:0;
	}
		.special_emphasis span { display: block; padding: 5px 0px; }
			.special_emphasis span.pointer { position: relative; display: inline; padding-left: 10px; }
				sub { position: relative; color: blue; font-size: 1em; top: -1px; }
		#open .special_emphasis { }

	#content_txt .bennies { display: none; background-color: #ccff80; color: #555555; font-size: .8em; margin: 0px 10px 10px 10px; }
		#content_txt .bennies p { margin-top: 0; margin-bottom: 10px; display:block; }
		
	.patient_benefit { font-weight: bold; color: #78a741; }
	span.pop_container span.pop_label { color: #8acae9; /* border-bottom: 2px dotted #3180ff; */ cursor: pointer; }
	html {
		overflow:auto;
		overflow-x:auto;
		overflow-y:scroll;
	}
