body{
	font-family: Verdana, Arial;	/* Font to use */
}


.dhtmlgoodies_question{	/* Styling question */
	/* Start layout CSS */
	color:#000000;
	font-size:0.9em;
	background-color:#FFFFFF;
	width:430px;
	margin-bottom:2px;
	margin-top:0px;
	padding-left:0px;
	background-image:url('images/dropdown_background_2.jpg');
	background-repeat:no-repeat;
	background-position:top right;	
	height:20px;
	
	/* End layout CSS */
	
	overflow:hidden;
	cursor:pointer;
}



.dhtmlgoodies_answer{	/* Parent box of slide down content */
	/* Start layout CSS */
	border:0px solid #EBEBEA;
	background-color:#EBEBEA;
	width:400px;
	
	/* End layout CSS */
	
	visibility:hidden;
	height:0px;
	overflow:hidden;
	position:relative;

}


.dhtmlgoodies_answer_content{	/* Content that is slided down */
	padding:0px;
	font-size:0.9em;	
	position:relative;
}


.title_text_large {
	font-family: Verdana, Arial;
	font-size: 16px;
	font-weight: 550;
	color: #000000;
	margin-bottom:2px;
	margin-top:8px;
	padding-left:14px;
}
.title_text_large A:link
{
	color: #000000;
    text-decoration: none;
}
.title_text_large A:active
{
	color: #000000;
    text-decoration: none;
}
.title_text_large A:visited
{
	color: #000000;
    text-decoration: none;
}
.title_text_large A:hover
{
	color: #000000;
	text-decoration: underline;
}



.main_dropdown_text {
	font-family: Verdana, Arial;
	font-size: 13px;
	color: #000000;
	line-height: 15px;
	margin-left: 12px;
	margin-right: 12px;
}
.main_dropdown_text A:link
{
	color: #000000;
    text-decoration: none;
}
.main_dropdown_text A:active
{
	color: #000000;
    text-decoration: none;
}
.main_dropdown_text A:visited
{
	color: #000000;
    text-decoration: none;
}
.main_dropdown_text A:hover
{
	color: #000000;
	text-decoration: underline;
}