/* Word Compatibility Styles */
/* These styles alter the default html behaviour to be more like MS Word */
    FORM {
        margin-bottom: 0px;
        margin-top: 0px;
    }
    UL {
        list-style: square;
        margin-bottom: 0px;
        margin-top: 0px;
    }
    OL {
        margin-bottom: 0px;
        margin-top: 0px;
    }
    BLOCKQUOTE {
        margin-bottom: 0px;
        margin-top: 0px;
    }


/* Global Styles */
    A {
        color: #3366FF;
        text-decoration: none;
    }
    A:hover {
        color: #7F9DB9;
    }

/* The DIV, P and TD styles should be the same as the "normal" content style. P has a margin of 0px to make it behave the same as a DIV tag, as the Immediacy Editor currently uses P's and DIV's interchangeably */
    DIV {
        color: #222222;
        font-size: small;
    }
    P {
        color: #222222;
        font-size: small;
        margin: 0px;
    }
    TD {
        color: #222222;
        font-size: small;
    }

    BODY {
        background-color: #ffffff;
        font-family: Arial, Verdana, Helvetica, Sans-Serif;
        /*margin: 0px;*/
        padding: 0px;
    }

/* Document Tree */
    ul.tp {
        margin-left:15px;
    }
    ul.tpg {
        margin-left:30px;
    }
    li.tpg {
        list-style:none;
    }
    li.tpu {
    }
    li.cp {
        list-style:circle;
    }

#content_block li {
    font-size:1em;
}
a.path {
    font-weight: bold;
}
