<html><body><p>#faqs h4  
{
    overflow:hidden; 
    cursor:pointer; 
    font-size:14px; 
    font-weight:normal; 
    margin-bottom:0px; 
    text-decoration: underline; 
    color:#0A29A5; 
}
#faqs h4.active  
{
     color:#d74646; 
}
#faqs div  
{
    display:none;  
    max-width:620px; 
    height:0px; 
    overflow:hidden; 
    position:relative; 
    background-color:#EEEEEE;  
    border:2px; 
    border-style:groove; 
}
#faqs div p   
{
    padding:6px 6px 6px 6px; 
    margin-bottom:0px; 
}
#faqs h4 ul li 
{
    margin-bottom: 0.3em; 
    margin-top:.3em;
}

.plus {
    list-style-image: url(../../../images/plus.png);
}
.minus {
    list-style-image: url(../../../images/minus.png);
}
</p></body></html>