﻿    

    body {
        color: #000000;
        background-color: white;
        font-family: Verdana;
        margin-left: 0px;
        margin-top: 0px;
        font-size: 12px;
    }

    #content {
        margin-left: 30px;
        font-size: .70em;
        padding-bottom: 2em;
    }

    A:link {
        color: #336699;
        font-weight: bold;
        text-decoration: underline;
    }

    A:visited {
        color: #6699cc;
        font-weight: bold;
        text-decoration: underline;
    }

    A:active {
        color: #336699;
        font-weight: bold;
        text-decoration: underline;
    }

    A:hover {
        color: #cc3300;
        font-weight: bold;
        text-decoration: underline;
    }

    P {
        color: #000000;
        margin-top: 0px;
        margin-bottom: 12px;
        font-family: Verdana;
    }

    pre {
        background-color: #e5e5cc;
        padding: 5px;
        font-family: Courier New;
        font-size: x-small;
        margin-top: -5px;
        border: 1px #f0f0e0 solid;
    }

    h2 {
        font-size: 1.5em;
        font-weight: bold;
        margin-top: 25px;
        margin-bottom: 10px;
        border-top: 1px solid #003366;
        margin-left: -15px;
        color: #003366;
    }

    h3 {
        font-size: 1.1em;
        color: #000000;
        margin-left: -15px;
        margin-top: 10px;
        margin-bottom: 10px;
    }

    ul {
        margin-top: 10px;
        margin-left: 20px;
    }

    ol {
        margin-top: 10px;
        margin-left: 20px;
    }

    li {
        margin-top: 10px;
        color: #000000;
    }

    font.value {
        color: darkblue;
        font: bold;
    }

    font.key {
        color: darkgreen;
        font: bold;
    }

    font.error {
        color: darkred;
        font: bold;
    }

    .heading1 {
        color: #ffffff;
        font-family: Tahoma;
        font-size: 26px;
        font-weight: normal;
        background-color: #003366;
        margin-top: 0px;
        margin-bottom: 0px;
        margin-left: -30px;
        padding-top: 10px;
        padding-bottom: 3px;
        padding-left: 15px;
        width: 105%;
    }

    .frmheader {
            color: #000000;
            background: #dcdcdc;
            font-family: Verdana;
            font-size: .7em;
            font-weight: normal;
            border-bottom: 1px solid #dcdcdc;
            padding-top: 2px;
            padding-bottom: 2px;
        }

    .frmtext {
        font-family: Verdana;
        font-size: .7em;
        margin-top: 8px;
        margin-bottom: 0px;
        margin-left: 32px;
    }

    .frmInput {
        font-family: Verdana;
        font-size: 1em;
    }

    /*======== NEW ====== */
    .divstyle {
        padding-top: 0px;
        padding-bottom: 0px;
        padding-left: 15px;
        padding-right: 15px;
        margin-top: 2px;
        margin-bottom: 2px;
        margin-left: 1px;
        margin-right: 2px;
        font-size: 11px;
    }

    table th {
        background: #dcdcdc;
        color: black;
        margin: 2px;
        font-weight: normal;
    }

    table tr td {
        border-bottom: 1px solid #dcdcdc;
    }

    table {
        font-family: Verdana;
        width: 750px;
        border-left: 1px solid #dcdcdc;
        border-right: 1px solid #dcdcdc;
        border-bottom: 0px solid #dcdcdc;
        border-top: 0px solid #dcdcdc;
    }

    .webmethodtitle {
        font-size: 1.5em;
        font-weight: bold;
        color: #003366;
        font-family: Verdana;
    }

    hr {
        border: 0px;
        width: 105%;
        background-color: #003366;
        height: 1px;
        float: left;
        margin-bottom: 0px;
    }
