BODY{
    background-color: #ffffff;
    margin-left: auto;
    margin-right: auto;
    margin-top: auto;
    background-image:url(/images/bg.jpg);
    background-position:bottom left; 
    background-attachment:fixed; 
    background-repeat:no-repeat;
}

BODY, TD, TH, TR{
    color: #000000;
    font-size: 9pt;
    font-family: verdana, sans-serif;
}

td.blue {
    color: #000000;
    font-size: 9pt;
    font-family: verdana, sans-serif;
    border:1px solid #c2eeff;
}
input, select, textarea {
    background-color:#ffffff;
    color:black;
    font-weight:bold;
    font-family: Arial;
    font-size: 8pt
}


hr {
    border: 0;
    color: #000000;
    background-color: #000000;
    height: 1px;
}

.r { color: #0e0e0e; }
.s { color: #fc0082; }
.t { color: #3399cc; }
.red { color: #ff0000; }

.s4 { font-size: x-large; }
.s3 { font-size: large; }
.s2 { font-size: medium; }
.s1 { font-size: small; }

A:link {text-decoration: none; color: #004c8d;}
A:visited {text-decoration: none; color: #004c8d;}
A:active {text-decoration: none; color: #004c8d;}
A:hover {text-decoration: none; color: #226eae;}



table { 
    border-collapse:collapse;
}
table.row0 { background-color: #f3faff; }
table.row1 { background-color: #e6edf3; }

