#document .toc {
    margin-left: 30px;
    background-image: url("/img/design/bg_toc_es.gif") ;
    background-position: 0px 0px;
    background-repeat: no-repeat;
    min-height: 90px;    /* /www/css/ie.css */
}

#document .toc ul {
    list-style: none;
    border-left: 3px solid #baa7e1;
    border-right: 3px solid #baa7e1;
    background-color: #E3D5FB;
    padding: 8px 0px 8px 10px;
    margin: 0px 15px 20px 18px;
    min-height: 90px;   /* /www/css/ie.css */
}

#document .toc a {
    text-decoration: none;
    font-weight: bold;
}

#document th {
    text-align: center;
}

#document td {
    vertical-align: top;
    padding:5px;
    font-size: 10pt;
}

#document p {
    margin-bottom: 20px;
}

#document table {
    width: auto;
    margin: 0px 20px 0px 20px;
}

li.toc2 {
    margin-left: 0px;
}
li.toc3 {
    margin-left: 20px;
}


#document .imgLeft, #document .imgRight {
    border: 1px solid #baa7e1;
    margin-bottom: 10px;
}

#document .imgLeft {
    float: left; position: relative;
    margin-right: 10px;
}

#document .imgRight {
    float: right; position: relative;
    margin-left: 10px ;
}


#document H1, #document H2, #document H3 {
    clear: both;
}
