/*
    CSS formats for the CSM FAQ pages
*/


/* DIV for the graphic texts */
div.graphheading    { padding-top: 3em; padding-bottom: 1em; display: block; clear: both; }

/* DIV for a FAQ item list (the link list to the FAQ items) */
div.faq_itemlist    { padding-top: 1em; padding-bottom: 1em; padding-left: 3em; clear: both; }

div.faq_item        { padding-bottom: 2em; }


h2.faq {
        background-image:url(../../images/triangle_small_blank.gif);
        background-repeat: no-repeat;
        background-position: 4px center;
        padding-left: 16px;
        font-weight: bold;
        color: rgb(46, 49, 146);
}

p.faq             { }
p.back            { font-size: 6pt; }
