.faqExpand {      /* show/hide all box */

    text-align:center; text-decoration:none; color:#000000; background-color: #e7f2f6; margin-bottom:20px; padding: 10px; border: solid 1px #1861b7; display: none; 15px 35px 15px;
}
.faqExpand p {  /* Click to hide/show all message */
    text-align:center;
    font-weight:bold;
    margin:0 0 30px;
    padding:0;
}

.faqExpand a {     /* show/hide all "button" */
    text-decoration:none; color:#24304d; background-color:#88b3e9; margin: 5px; padding:5px; border: solid 1px #000000; }

.faqExpand a:hover {  /* show/hide all "button" hover */
    text-decoration:none;
    color:#24304d;
    background-color:#fef02f;
}


.faqContainer .faqQuestion {   /* this is the question */
    font-weight: bold; }
.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-size:100%; font-weight:normal; margin: -5px 3px 3px; padding: 3px 3px 3px 15px; }
.faqQuestion { color: #06487f; }