/**********************************************************************
        HEADER
**********************************************************************/
h1 {
        font-size: 25px;
        font-weight: bolder;
        text-align: center;
        font-style: italic;
        border: 5px;
        border-bottom-color: #C2D2E7;
        border-bottom-style: solid;
        line-height:50%;
        padding-top: 15px;
        margin-left: 0px;
        margin-right: 10px;
}

h2 {
        font-size :17px;
        font-weight: normal;
        text-align: left;
        margin-top: 35px;
        margin-bottom: 10px;
}

h3 {
        font-size: 13px;
        font-weight: bold;
        text-align: left;
        margin-top: 15px;
        margin-bottom: 4px;
}

h4 {
        font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
        font-size: 12px;
        padding-left: 10px;
        padding-right: 60px;
        background-attachment: fixed;
        background-position: left bottom;
        background-repeat: no-repeat;
        text-align: justify;
        padding : 0px;
        width :95%;
        overflow-x: hidden;
        overflow-y: auto;
        border: 0px;

}

/**********************************************************************
        TABLE
**********************************************************************/
/*-- horizontal -----------------------------------------------------*/
table {
        margin-top: 5px;
        margin-bottom: 5px;
        border: 0px;
        width : 98%;
        overflow-x: hidden;
        overflow-y: auto;
}
th {
        white-space: nowrap;
        text-align: left;
        border-top: none;
        border-left: none;
        border-right: none;
        vertical-align: top;
        border-bottom: 3px solid #C2D2E7;
        padding-bottom: 10px;
        padding-top: 10px;
}


}
table.horizontal {
        margin-top: 5px;
        margin-bottom: 5px;
        border: 0px;
        width : 98%;
        overflow-x: hidden;
        overflow-y: auto;

}

table.horizontal th {
        white-space: nowrap;
        text-align: left;
        border-top: none;
        border-left: none;
        border-right: none;
        vertical-align: top;
        border-bottom: 3px solid #C2D2E7;

/*        padding-bottom: 10px;
        padding-top: 10px;*/
}
table.horizontal td {
        text-align: left;
        border-left: none;
        border-right: none;
        border-top: none;
        border-bottom: 3px solid #C2D2E7;
        padding-right: 5px;
        vertical-align: top;
        padding-bottom: 10px;
        padding-top: 10px;

}

/*-- vertical -------------------------------------------------------*/
table.vertical {
        margin-top: 5px;
        margin-bottom: 15px;
        border: none;
}

table.vertical th {
        white-space: nowrap;
        text-align: left;
        border-left: none;
        border-right: none;
        border-top: none;
        border-bottom: 6px solid #C2D2E7;
        vertical-align: middle;
}

table.vertical td {
        text-align: left;
        border-left: none;
        border-right: none;
        border-top: none;
        border-bottom: 1px dotted #C2D2E7;
        padding-right: 10px;
        vertical-align: middle;
}

table.vertical td.endsection {
        border-bottom: 2px solid #C2D2E7;
}

table.vertical td.startsection {
        border-top: 2px solid #C2D2E7;
}


/**********************************************************************
        OTHER
**********************************************************************/
body {
        line-height: 140%;
        font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
        font-size: 12px;
        padding-left: 10px;
        padding-right: 0px;
        background-attachment: fixed;
        background-position: left bottom;
        background-repeat: no-repeat;
        text-align: left;
        padding : 0px;
        width :100%;
        border: 0px;
        margin-right: 10px;
        margin-bottom: 10px;
        scrollbar-base-color: #C2D2E7;
        scrollbar-arrow-color: blue;
        scrollbar-DarkShadow-Color: blue;
        }

ul {
        list-style: square;
}

li {
 blockquote: 20px;
 padding-bottom: 20px;
}

hr {
        border-left: 0px;
        border-right: 0px;
        border-top: 3px;
        border-bottom: 0px;
        color: #C2D2E7;
        height : 3px;
        padding : 0px;
        margin: 0px;