body {
    background-color: #D7D7D7;
    color: black;
    font-size: 10pt;
    font-weight: normal;
    font-style: normal;
    font-family: Verdana, 'Lucida Grande', 'Microsoft Sans Serif', 'Helvetica Neue', sans-serif;
}

tbody {
    color: black;
    font-size: 10pt;
    font-weight: normal;
    font-style: normal;
    font-family: Verdana, 'Lucida Grande', 'Microsoft Sans Serif', 'Helvetica Neue', sans-serif;
}

h1 {
    color: white;
    font-size: 28pt;
    font-weight: bold;
    font-style: normal;
    font-family: inherit;
}

h2 {
    font-size: 12pt;
    font-weight: bold;
    font-style: normal;
    font-family: inherit;
}

h3 {
    font-size: 10pt;
    font-weight: bold;
    font-style: normal;
    font-family: inherit;
}

a:link {
    color: black;
    text-decoration: none;
}
a:active {
    color: black;
    text-decoration: none;
}
a:visited {
    color: black;
    text-decoration: none;
}
a:hover {
    color: indigo;
    text-decoration: none;
}

div {
    font-size: 100%;
}

table {
    font-size: 100%;
}

th {
    font-size: 100%;
}

tr {
    font-size: 100%;
}

td {
    font-size: 100%;
}

td.mdotclass {
    vertical-align: middle;
    text-align: right;

    background: transparent;
    color: darkblue;

    font-size: 13pt;
    font-weight: normal;
    font-style: normal;
    font-family: 'Webdings', serif;

    min-width: 89px;
    max-width: 89px;
}

td.menuclass {
    vertical-align: middle;
    text-align: left;

    background: transparent;
    color: black;

    font-size: 12pt;
    font-weight: normal;
    font-style: italic;
    font-family: 'Georgia', 'Times New Roman', Times, serif;

    min-width: 200px;
    max-width: 200px;

    /*border-left-style: solid;*/
    /*border-left-color: black;*/
    /*border-left-width: 2px;*/
    /*border-right-style: solid;*/
    /*border-right-color: black;*/
    /*border-right-width: 2px;*/
}

td.menuclass a {
    padding-left: 6px;
}

td.menuclass a.submenu {
    font-size: 10pt;
    padding-left: 12px;
}

td a.bodytext:link {
    color: darkslategray;
    padding-left: 0;
}
td a.bodytext:active {
    color: darkslategray;
    padding-left: 0;
}
td a.bodytext:visited {
    color: darkslategray;
    padding-left: 0;
}
td a.bodytext:hover {
    color: darkred;
    padding-left: 0;
}
