body{
	font-family: Arial;	/* Font to use */
	margin:0px;
}


.dhtmlgoodies_question{	/* Styling question */
	/* Start layout CSS */
	color:#000000;
	font-size:0.9em;
	width:430px;
	margin-bottom:2px;
	margin-top:0px;
	padding-left:0px;
	background-image:url('images/drop_down_background.gif');
	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 */
	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;
}


.copyright_text {
	font-family: Arial;
	font-size: 10px;
	color: #000000;
}
.copyright_text A:link
{
	color: #000000;
    text-decoration: none;
}
.copyright_text A:active
{
	color: #000000;
    text-decoration: none;
}
.copyright_text A:visited
{
	color: #000000;
    text-decoration: none;
}
.copyright_text A:hover
{
	color: #000000;
	text-decoration: underline;
}