<!--
    .msg {
        font-family: courier;
        background-color: white;
        color: red;
        font-size: 12pt;
    }

    .error {
        font-family: arial;
        background-color: white;
        color: red;
        text-align: center;
        border-style: solid;
        border-width: 1px;
        margin-left: 8em;
        margin-right: 8em;
        padding: 1em;
    }

    .soundfit_info {
        font-family: arial;
        background-color: white;
        color: black;
        text-align: left;
        border-style: solid;
        border-width: 1px;
        margin-left: 2em;
        margin-right: 2em;
        padding: 1em;
    }

    .programspeed_info, .info {
        font-family: arial;
        background-color: #E0E0E0;
        color: black;
        text-align: left;
        margin-left: 2.5em;
        margin-right: 2.5em;
        padding: 0.5em;
    }

    .programspeed_note, .note {
        font-size: smaller;
        text-align: left;
        padding: 0.5em;
        margin-left: 2em;
    }

    .pagetitle {
        font-family: verdana;
        font-size: small;
    }

    .strong {
        font-weight: bold;
    }

    .loggedin {
        font-size: 8pt;
    }

    .email {
        font-size: 8pt;
    }

    .detailtext {
        font-size: 7pt;
    }

    .dateselect {
        font-family: monospace;
    }

    DIV.main {
        margin-left: 3em;
        margin-right: 3em;
        padding: 1em;
    }

    DIV.indent {
        margin-left: 2em;
        margin-right: 2em;
        padding: 0.5em;
    }

    SPAN.chapter {
        font-size: x-large;
        font-weight: bold;
    }

    SPAN.parameter, SPAN.subheading {
        font-weight: bolder;
        font-size: larger;
    }

    SPAN.parameterheading {
        font-weight: bold;
        font-size: small;
    }

    SPAN.parametersubheading {
        font-weight: bold;
    }

    SPAN.parameternote {
        font-size: 8pt;
    }

    P.reportheading {
        font-weight: bolder;
        font-size: larger;
    }

    TABLE.reportlist {
        border: solid gray;
        border-width: 2px;
        padding: 2px;
    }

    TABLE.parameter {
        border: solid #333399;
        border-width: 2px;
        background-color: #EEEEEE;
    }

    TR.reportlist {
        background-color: #DDDDDD;
        text-align: center;
    }

    .libmgrlinks {
        font-family: verdana,arial,helvetica;
        font-size: 8pt;
    }

    TH {
        font-family: verdana,arial,helvetica;
        font-weight: bold;
        font-size: 10pt;
    }
    TD {
        font-family: verdana,arial,helvetica;
        font-size: 10pt;
    }
    .section, .section TR, .section TD {
        font-family: verdana,arial,helvetica;
        font-size: 12pt;
        font-weight: bold;
        background-color: #333399;
        color: white;
        text-align: center;
    }
    A {
        color: #3300FF;
        text-decoration: none;
    }
    A:hover {
        color: #9900CC;
        text-decoration: underline;
    }

    .navbuttontable {
        background-color: white;
    }
    .navbuttons, .navbuttons TR, .navbuttons TD {
        background-color: #333399;
        text-align: center;
    }
    .navbuttontext, .navbuttontext TR, .navbuttontext TD {
        font-weight: bold;
        color: white;
    }
    A.navbuttontext:hover {
        color: white;
        text-decoration: underline;
    }
    A.GB3212_wizard_menu, A.GA3217_wizard_menu {
        color: #3300FF;
        text-decoration: none;
    }

    A.GB3212_wizard_menu:hover, A.GA3217_wizard_menu:hover {
        color: #3300FF;
        font-style: italic;
    }
    .GB3212_wizard_menu_background, .GA3217_wizard_menu_background {
        background-color: #A5C8DE;
    }

    .greycol, .greycol TR, .greycol TD {
        background-color: #DDDDDD;
        color: black;
    }

    .bluecol, .bluecol TR, .bluecol TD {
        background-color: #3333AA;
        color: white;
    }

    .yellowcol, .yellowcol TR, .yellowcol TD {
        background-color: #FFFFCC;
        color: black;
    }

    .summarybox {
        position: absolute;
        z-index: 0;
        visibility: visible;
        left: 300px;
        top: 175px;
        width: 275px;
        height: 100px;
    }

-->
