* {
    font-family: helvetica,verdana,arial,sans-serif;
    font-size: 10pt;
}

h1 {
    font-size: 24pt;
    color: white;
}

.pagetitle {
    font-size: 24pt;
    color: white;
    vertical-align: middle;
    text-align: center;
}

h2 {
    font-size: 20pt;
}

h3 {
    font-size: 18pt;
}

td.nowrap {
    white-space: nowrap;
}

.note {
    font-style: italic;
    font-size: 8pt;
    font-family: sans-serif;
    padding-top: 0px;
    padding-bottom: 10px;
    padding-left: 40px;
    padding-right: 40px;
}

.bold {
    font-weight: bold;
}

