<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">html, body {
    margin: 0;
    padding: 0;
    background: #ffffff;
    font-family: Trebuchet MS, Helvetica, sans-serif;
    font-size: 10pt;
    color: #666;
}

.cssDivContextQuestions {
    float: left;
    width: 600px;
    height: auto;
    margin: 10px 0px 10px 0px;
    background-color: #EAEAEA;
}

    .cssDivContextQuestions .innerText {
        margin: 15px 15px 15px 15px;
    }

        .cssDivContextQuestions .innerText .cssLabel {
            width: auto;
            height: 20px;
            margin: 0px;
            padding: 0px 0px 5px 0px;
            font-size: 10pt;
            color: #808080;
            font-style: normal;
            font-weight: normal;
            vertical-align: middle;
        }

        .cssDivContextQuestions .innerText .cssValue {
            padding: 0px 0px 5px 0px;
            width: auto;
            height: 20px;
            font-size: 10pt;
            color: #606060;
            font-style: normal;
            font-weight: bold;
            vertical-align: middle;
        }

DIV.cssQuestionAndAnswers {
    clear: both;
    height: auto;
    width: 100%;
    margin: 0;
    padding: 10px 0px 0px 0px;
}


.cssQuestionText, .cssQuestionTextDisabled {
    position: relative;
    font-family: Helvetica, sans-serif;
    font-weight: bold;
    color: #1F527B;
    font-variant: normal;
    font-size: 12pt;
    text-decoration: none;
    margin-bottom: 0px;
}

.cssQuestionTextDisabled {
    color: #96B1D6;
}


#outcomeBoxHolder {
    clear: both;
    width: 100%;
    float: none;
    padding: 0px;
    margin: 0px 0px 0px 0px;
    background-color: #FFFFDD;
    text-align: left;
}

    #outcomeBoxHolder .outcomeTab {
        width: 19%;
        float: left;
        margin: 0px 0px 0px 0px;
        padding: 0px;
        height: 22pt;
    }

    #outcomeBoxHolder .outcomeTabSelected {
        width: 24%;
        float: left;
        margin: 0px 0px 0px 0px;
        padding: 0px;
        height: 22pt;
    }

    #outcomeBoxHolder .cssPriorityText {
        font-size: 13px;
        font-weight: bold;
        color: #1F527B;
        padding: 4px 0px 0px 1px;
    }


.cssActionImg {
    margin: 2px 5px 0px 2px;
}


#outcomeBoxHolder #outcomeBoxInner {
    clear: both;
    width: auto;
    float: none;
    padding: 20px 15px 10px 15px;
    margin: 0px;
    text-align: left;
}

#outcomeBoxHolder H2 {
    font-size: 1.2em;
    color: #1F527B;
    margin: 0 0 0 0;
}

#outcomeBoxHolder #outcomeBoxInner ul {
    margin: 5px 0px 10px 10px;
}

    #outcomeBoxHolder #outcomeBoxInner ul li {
        list-style-type: disc;
        list-style-position: outside;
        margin: 0px 20px 3px 0px;
        font-size: 0.9em;
        color: #606060;
    }

        #outcomeBoxHolder #outcomeBoxInner ul li ol li {
            list-style-position: outside;
            list-style-type: decimal;
            margin: 0px 20px 2px 10px;
            font-size: 0.8em;
            color: #606060;
        }

#SickPetWarningBox {
    clear: both;
    float: none;
    margin: 0px 0px 0px 0px;
    padding: 10px;
    background-color: #FCFCFC;
    margin: 10px 0px 10px 0px;
}

    #SickPetWarningBox P {
        margin: 0px 0px 0px 0px;
        font-size: 8pt;
        text-align: justify;
    }



/*  NAVlist Question/Anwser tabs   */

#navcontainer {
    clear: both;
    float: left;
    width: 600px;
    margin: 0px 0px 10px 0px;
    padding: 0px 0px 0px 0px;
}

    #navcontainer ul {
        border: 0;
        margin: 0px 0px 0px 10px;
        padding: 0px 0px 0px 0px;
        list-style-type: none;
    }

        #navcontainer ul li {
            display: block;
            float: left;
            margin: 0px 0px 0px 0px;
            padding: 0px 0px 0px 0px;
            text-align: center;
        }

            #navcontainer ul li a {
                background: #E0E0E0 url(images/buttonBG.png) top left repeat-x;
                height: 28px;
                width: 90px;
                border: 1px solid #DDDDDD;
                padding: 1px 1px 1px 1px;
                margin: 3px 3px 3px 3px;
                color: #404040;
                text-decoration: none;
                display: block;
                text-align: center;
                vertical-align: middle;
                font: normal 11px "Lucida Grande", "Lucida Sans Unicode", verdana, lucida, sans-serif;
            }

                #navcontainer ul li a:hover {
                    background: #C3E1FD url(images/buttonBG_Hover.png) top left repeat-x;
                    color: #404040;
                }

    #navcontainer a:active {
        background: #C3E1FD url(images/buttonBG_Selected.png) top left repeat-x;
        color: #404040;
    }

    #navcontainer li#active a {
        background: #C3E1FD url(images/buttonBG_Selected.png) top left repeat-x;
        border: 1px solid #D1D2EF;
        color: #000;
    }


.clear {
    clear: both;
    width: 100%;
    float: left;
}
</pre></body></html>