.faqContainer .faqQuestion {   /* this is the question */
    font-family: Tahoma;
    font-size:12px;
    font-weight: bold; text-decoration:underline
}



.faqContainer img {  /* this is the icon (if any) */
    float:none;
    display:inline;
    margin: 0px 10px 0px 0px;
    padding: 0px;
}

.handcursor{
    cursor:hand;
    cursor:pointer;
}

.switchgroup1 {   /* this is the answer */
    font-family: Tahoma;
    font-size:12px;
    font-weight:normal;
      padding:10px 10px 10px 10px;
    margin:10px 10px 10px 10px;
}

