@charset "utf-8";

.printheader {
	display:none;
}

/*slider stuff*/

.dhtmlgoodies_question{	/* Styling question */
	overflow:hidden;
	cursor:pointer;
}
.dhtmlgoodies_answer{	/* Parent box of slide down content */
	visibility:hidden;
	height:0px;
	overflow:hidden;
	position:relative;

}
.dhtmlgoodies_answer_content{	/* Content that is slided down */
	position:relative;
}

/*slider stuff*/
