/******************************    BODY     ******************************/

html, body {
    width: 100%;
    height: 100%;

    font-family: Arial,
                 Helvetica,
                 sans-serif;
    font-size: 0.79em; /* 1em = 10px; */
    font-weight: normal;
    font-style: normal;
    line-height: 13pt;
    color: #000000;
    text-align: left;

    margin: 0;
    border: 0;
    padding: 0;
}

body .title {
    font-size: 12pt;
    font-weight: bold;
}

body .subtitle {
    font-size: 11pt;
    font-weight: normal;
}

body .content {
    font-size: 10pt;
    font-weight: normal;
}

body .paragraph {
    text-indent: 2.0em;
    margin-bottom: 1.0em;
}

body .caption {
    font-size: 8pt;
    font-weight: normal;
}

body .bold {
    font-weight: bold;
}

body .italic {
    font-style: italic;
}

body .align-left {
    text-align: left;
}

body .align-center {
    text-align: center;
}

body .align-right {
    text-align: right;
}

body .align-top {
    vertical-align: top;
}

body .align-middle {
    vertical-align: middle;
}

body .align-bottom {
    vertical-align: bottom;
}

/******************************    FORMS    ******************************/

form {
    margin: 0;
    border: 0;
    padding: 0;
}

form label {
    font-size: 10pt;
    font-weight: normal;  
}

/******************************   TABLES    ******************************/

table {
    border-collapse: collapse;
}

/******************************    LISTS    ******************************/

ul.inline {
    margin: 0;
    padding: 0;

    list-style-type: none;
}

ul.inline li {
    display: inline;

    padding-left:  0.4em;
    padding-right: 0.4em;
}

ul.inline li.separator {
    border-left: 1px solid #888888;

    margin-left: 0.2em;

    padding: 0;
}

ul.NoBullet {
    list-style-type: none;
}

/******************************    LINKS    ******************************/

a:link {
    font-size: 10pt;
    text-decoration: none;
}

a:visited {
    font-size: 10pt;
    text-decoration: none;
}

a:hover {
    font-size: 10pt;
    text-decoration: underline;
}