<style type="text/css">
body{	
	font-family: Trebuchet MS, Lucida Sans Unicode, Arial, sans-serif;	/* Font to use */
	margin:0px;
}

.ad{
	position:absolute;
	top:10px;
	right:10px;
}
.dhtmlgoodies_question_expand{
	margin: 0;
	color: #444444;
	border-right-width: 1px;
	border-bottom-width: none;
	border-right-style: solid;
	border-bottom-style: none;
	border-right-color: #CCCCCC;
	border-bottom-color: #none;
	background-image: url(http://images.fordaq.com/fordaq/images/tab_down.gif);
	background-repeat: no-repeat;
	background-position: left top;
	padding-top: 0.3em;
	padding-right: 1em;
	padding-bottom: 0.3em;
	padding-left: 0.3em;
	
	/* End layout CSS */
	
	overflow:hidden;
	cursor:pointer;
}
.dhtmlgoodies_question{	/* Styling question */	
	margin: 0;
	color: #444444;
	border-right-width: 1px;
	border-bottom-width: none;
	border-right-style: solid;
	border-bottom-style: none;
	border-right-color: #CCCCCC;
	border-bottom-color: #none;
	background-image: url(http://images.fordaq.com/fordaq//images/tab_inactive.gif);
	background-repeat: no-repeat;
	background-position: left top;
	padding-top: 0.3em;
	padding-right: 1em;
	padding-bottom: 0.3em;
	padding-left: 0.3em;
	
	/* End layout CSS */
	
	overflow:hidden;
	cursor:pointer;
}
.dhtmlgoodies_question_hover{	/* Styling question when mouse over*/
	margin: 0;
	color: #444444;
	border-right-width: 1px;
	border-bottom-width: none;
	border-right-style: solid;
	border-bottom-style: none;
	border-right-color: #CCCCCC;
	border-bottom-color: #none;
	background-image: url(http://images.fordaq.com/fordaq//images/tab_hover.gif);
	background-repeat: no-repeat;
	background-position: left top;
	padding-top: 0.3em;
	padding-right: 1em;
	padding-bottom: 0.3em;
	padding-left: 0.3em;
	
	/* End layout CSS */
	
	overflow:hidden;
	cursor:pointer;
}
.dhtmlgoodies_answer{	/* Parent box of slide down content */	
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-right-color: #CCCCCC;
	border-bottom-color: #CCCCCC;
	border-left-color: #CCCCCC;

	visibility:hidden;
	height:0px;
	overflow:hidden;
	position:relative;

}
.dhtmlgoodies_answer_content{	/* Content that is slided down */
	padding:1px;
	position:relative;
}
.dhtmlgoodies_question_hover .category{
	color: #333399; 
	font-family: Tahoma, Arial, Helvetica, sans-serif, Geneva; 
	font-size: 11px; 
	font-weight: bold;
	text-decoration: underline;
}
.dhtmlgoodies_question .category {
	color: #333399; 
	font-family: Tahoma, Arial, Helvetica, sans-serif, Geneva; 
	font-size: 11px; 
	font-weight: bold;
	text-decoration: underline;
}
.dhtmlgoodies_question_expand .category {
	font-weight: bold;
	font-size: 11px;
	color: #CC0000;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	text-decoration: none;
	margin-bottom: 0px;
}
.subcategory {
	color: #000000;
	font-family: Arial, Helvetica, sans-serif, Geneva;
	font-size: 10px;
	font-weight: normal;
	display: block;
}

</style>
