body {
font-family: verdana, arial, helvetica, sans-serif, serif;
color: #FFFFFF;
}

.dhtmlgoodies_question { /* slide down title - link */
/* Start layout CSS */
color:#FFFFFF;
font-size: 11pt;
font-weight: bold;
background-image:url('../images/bg/dimond-bg3-10x20-ts.gif');
width:100%;
margin-bottom:4px;
margin-top:4px;
padding-left:4px;
background-repeat:repeat;
background-position:top left;
height:20px;

/* End layout CSS */

overflow:hidden;
cursor:pointer;
}

.dhtmlgoodies_answer {/* Parent box of slide down content */
/* Start layout CSS */
border:1px solid #322B12;
width:100%;

/* End layout CSS */

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

}

.dhtmlgoodies_answer_content {/* Content that is slided down */
padding: 2px;
font-size: 10pt;
color: FFFFFF;
position: relative;
}

img {
border: none;
}

.hqnscrollbar1 {
border: none;
padding: 0px;
width: 660px;
height: 337px;
overflow-y: auto;
overflow-x: hidden;
}

a:link {color: #FFFFFF; text-decoration: none;}
a:visited {color: #FFFFFF; text-decoration: none;}
a:active {color: #FFFFFF; text-decoration: underline;}
a:hover {color: #FFFFFF; text-decoration: underline;}
