body {
    background-color: #FFFFFF;
    font-family: Arial, Helvetica, sans-serif;
    font-size: small;
    font-weight: normal;
    color: #000000;
    font-style: normal;
}

.bodyText {
    font-family: Arial, Helvetica, sans-serif;
    font-size: small;
    font-weight: normal;
    color: #000000;
    font-style: normal;
}

.italicText {
    font-family: Arial, Helvetica, sans-serif;
    font-size: small;
    font-weight: normal;
    color: #000000;
    font-style: italic;
}

.diffText {
    font-family: Arial, Helvetica, sans-serif;
    font-size: small;
    font-weight: bold;
    color: #111111;
    font-style: normal;
}

.largeHeaderText {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 60px;
    font-weight: bold;
    color: #000000;
    text-decoration: none;
}

.linkText {
    font-family: Arial, Helvetica, sans-serif;
    font-size: small;
    font-weight: normal;
    color: #000000;
    font-style: normal;
}

.mainHeading {
    font-family: Arial, Helvetica, sans-serif;
    font-size: medium;
    font-style: italic;
    font-weight: bold;
    color: #000000;
}

.subHeading {
    font-family: Arial, Helvetica, sans-serif;
    font-size: medium;
    font-style: italic;
    font-weight: bold;
    color: #333333;
    text-decoration: none;
}

.toggle {
    font-family: monospace;
    font-size: medium;
    color: #000000;
    text-decoration: none;
}

.highlight {
    font-family: Arial, Helvetica, sans-serif;
    font-size: small;
    font-weight: bold;
    color: #666666;
    font-style: normal;
    text-decoration: none;
}

.highlightItalic {
    font-family: Arial, Helvetica, sans-serif;
    font-size: small;
    font-weight: normal;
    color: #666666;
    font-style: italic;
}

.tag {
    font-family: Arial, Helvetica, sans-serif;
    font-size: x-small;
    font-style: italic;
    font-weight: normal;
    color: #000000;
}

.tagBold {
    font-family: Arial, Helvetica, sans-serif;
    font-size: x-small;
    font-style: italic;
    font-weight: bold;
    color: #000000;
}

.footer {
    font-family: Arial, Helvetica, sans-serif;
    font-size: xx-small;
    font-style: normal;
    font-weight: normal;
    color: #000000;
}

.counterHeading {
    font-family: Arial, Helvetica, sans-serif;
    font-size: small;
    font-weight: bold;
    color: #333333;
    font-style: italic;
    text-decoration: none;
}

td.topText {
    vertical-align: text-top;
    font-family: Arial, Helvetica, sans-serif;
    font-size: small;
    font-weight: normal;
    color: #000000;
    font-style: normal
}

td.divider {
    width: 2px;
    background-color: #666666;
}

table.padded td {
    padding-right: 5px;
    padding-left: 5px;
}

table.smallPadded td {
    padding-right: 3px;
    padding-left: 3px;
}

table.paddednowrap td {
    padding-right: 5px;
    padding-left: 5px;
    white-space: nowrap;
}

table.full {
    width: 100%;
}