/*
    public.css
    cascade style sheet

    make : style
        cp public.css /itsus/style
        chmod 644 /itsus/style/public.css

    font-size:  08pt;   1   xx-small
    font-size:  10pt;   2   x-small
    font-size:  12pt;   3   small
    font-size:  14pt;   4   medium
    font-size:  18pt;   5   large
    font-size:  24pt;   6   x-large
    font-size:  36pt;   7   xx-large

    font-family: "arial", sans-serif;
    font-family: "bradley hand ITC", cursive;
    font-family: "lucida console", monospace;
    font-family: "times new roman", serif;

    background-image: url("image.gif");

    margin-top: 0px;
    margin-bottom: 0px;
    margin-left: 0px;
    margin-right: 0px;
*/

A:link {
    color: #001071;
    test-decoration: none;
}

A:visited {
    color: #990000;
    test-decoration: none;
}

A:active {
    color: yellow;
    test-decoration: none;
}

BODY {
    color: black;

    font-size: 10pt;
    font-style: normal;
    font-weight: normal;
    font-family: "arial", sans-serif;
}

.base {
    color: black;

    font-size: 8pt;
    font-style: normal;
    font-weight: normal;
    font-family: "arial", sans-serif;
}

.baseEM {
    color: black;

    font-size: 8pt;
    font-style: normal;
    font-weight: bold;
    font-family: "arial", sans-serif;
}

.code {    
    color: black;
    background: #F5F5F5;

    font-size: 10pt;
    font-style: normal;
    font-weight: normal;
    font-family: "arial", sans-serif;
}

.codeEM {
    color: black;
    background: #F5F5F5;

    font-size: 10pt;
    font-style: normal;
    font-weight: bold;
    font-family: "arial", sans-serif;
}

.codeSM {
    color: black;
    background: #F5F5F5;

    font-size: 8pt;
    font-style: normal;
    font-weight: normal;
    font-family: "arial", sans-serif;
}

.data {
    color: black;
    background: #D0D0D0;

    font-size: 10pt;
    font-style: normal;
    font-weight: normal;
    font-family: "arial", sans-serif;
}

.dataEM {
    color: black;
    background: #D0D0D0;

    font-size: 10pt;
    font-style: normal;
    font-weight: bold;
    font-family: "arial", sans-serif;
}

.dataSM {
    color: black;
    background: #D0D0D0;

    font-size: 8pt;
    font-style: normal;
    font-weight: normal;
    font-family: "arial", sans-serif;
}

.dataWB {
    color: black;
    background: #FFFFFF;

    font-size: 10pt;
    font-style: normal;
    font-weight: normal;
    font-family: "arial", sans-serif;
}

.dataEMWB {
    color: black;
    background: #FFFFFF;

    font-size: 10pt;
    font-style: normal;
    font-weight: bold;
    font-family: "arial", sans-serif;
}

.date {
    color: #001071;
    background: #F5F5F5;

    font-size: 10pt;
    font-style: normal;
    font-weight: bold;
    font-family: "arial", sans-serif;
}

.dateEM {
    color: black;
    background: #E2E2E2;

    font-size: 10pt;
    font-style: normal;
    font-weight: bold;
    font-family: "arial", sans-serif;
}

.dateSM {
    color: #990000;
    background: #F5F5F5;

    font-size: 8pt;
    font-style: normal;
    font-weight: normal;
    font-family: "arial", sans-serif;
}

.face {
    color: black;
    background: #D0D0D0;

    font-size: 12pt;
    font-style: normal;
    font-weight: normal;
    font-family: "arial", sans-serif;
}

.faceEM {
    color: black;
    background: #D0D0D0;

    font-size: 12pt;
    font-style: normal;
    font-weight: bold;
    font-family: "arial", sans-serif;
}

.faceSM {
    color: black;
    background: #D0D0D0;

    font-size: 10pt;
    font-style: normal;
    font-weight: normal;
    font-family: "arial", sans-serif;
}

.head {
    color: black;

    font-size: 16pt;
    font-style: normal;
    font-weight: normal;
    font-family: "arial", sans-serif;
}

.headEM {
    color: black;

    font-size: 16pt;
    font-style: normal;
    font-weight: bold;
    font-family: "arial", sans-serif;
}

.headSM {
    color: black;

    font-size: 14pt;
    font-style: normal;
    font-weight: normal;
    font-family: "arial", sans-serif;
}

.index {
    color: white;

    font-size: 14pt;
    font-style: normal;
    font-weight: bold;
    font-family: "arial", sans-serif;
}

.list {
    color: black;

    font-size: 10pt;
    font-style: normal;
    font-weight: normal;
    font-family: "arial", sans-serif;
}

.listEM {
    color: black;

    font-size: 10pt;
    font-style: normal;
    font-weight: bold;
    font-family: "arial", sans-serif;
}

.listSM {
    color: black;

    font-size: 8pt;
    font-style: normal;
    font-weight: normal;
    font-family: "arial", sans-serif;
}

.mono {
    color: black;

    font-size: 10pt;
    font-style: normal;
    font-weight: normal;
    font-family: "lucida console", monospace;
}

.monoEM {
    color: black;

    font-size: 10pt;
    font-style: normal;
    font-weight: bold;
    font-family: "lucida console", monospace;
}

.monoSM {
    color: black;

    font-size: 8pt;
    font-style: normal;
    font-weight: normal;
    font-family: "lucida console", monospace;
}

.meta {
    color: black;

    font-size: 10pt;
    font-style: normal;
    font-weight: normal;
    font-family: "arial", sans-serif;
}

.metaEM {
    color: black;

    font-size: 10pt;
    font-style: normal;
    font-weight: bold;
    font-family: "arial", sans-serif;
}

.metaSM {
    color: black;

    font-size: 8pt;
    font-style: normal;
    font-weight: normal;
    font-family: "arial", sans-serif;
}

.name {
    color: black;
    background: #E2E2E2;

    font-size: 10pt;
    font-style: normal;
    font-weight: normal;
    font-family: "arial", sans-serif;
}

.nameEM {
    color: black;
    background: #E2E2E2;

    font-size: 10pt;
    font-style: normal;
    font-weight: bold;
    font-family: "arial", sans-serif;
}

.nameSM {
    color: black;
    background: #E2E2E2;

    font-size: 8pt;
    font-style: normal;
    font-weight: normal;
    font-family: "arial", sans-serif;
}

.page {
    color: black;

    font-size: 12pt;
    font-style: normal;
    font-weight: normal;
    font-family: "arial", sans-serif;
}

.pageEM {
    color: black;

    font-size: 12pt;
    font-style: normal;
    font-weight: bold;
    font-family: "arial", sans-serif;
}

.pageSM {
    color: black;

    font-size: 10pt;
    font-style: normal;
    font-weight: normal;
    font-family: "arial", sans-serif;
}

.text {
    color: black;

    font-size: 10pt;
    font-style: normal;
    font-weight: normal;
    font-family: "times new roman", serif;
}

.textEM {
    color: black;

    font-size: 10pt;
    font-style: normal
    font-weight: bold;
    font-family: "times new roman", serif;
}

.textSM {
    color: black;

    font-size: 8pt;
    font-style: normal;
    font-weight: normal;
    font-family: "times new roman", serif;
}

.view {
    color: black;
    background-image: url("/itsus/image/table.gif");

    font-size: 8pt;
    font-style: normal;
    font-weight: normal;
    font-family: "arial", sans-serif;
}

.viewEM {
    color: black;
    background-image: url("/itsus/image/table.gif");

    font-size: 8pt;
    font-style: normal;
    font-weight: bold;
    font-family: "arial", sans-serif;
}

.warn {
    color: #990000;

    font-size: 10pt;
    font-style: normal;
    font-weight: normal;
    font-family: "arial", sans-serif;
}

.warnEM {
    color: #990000;

    font-size: 10pt;
    font-style: normal;
    font-weight: bold;
    font-family: "arial", sans-serif;
}

.warnSM {
    color: #990000;

    font-size: 8pt;
    font-style: normal;
    font-weight: normal;
    font-family: "arial", sans-serif;
}


