.tblMain  { background-color: #d1a96b; }
.tblHeader{ background-color: #d1a96b; color: #ffffff; font-weight: bold; }
.tblRow   { background-color: #ffffff; color: #000000; }
.txtSmall { font-size: 7pt; }

.Content,body,td { font-size: 8pt; }
.Content,body { color: #000000; background-color: #ffffff; }
body {
    font-family: Verdana,Tahoma,Arial,Helvetica,sans-serif;
    scrollbar-face-color: #d1a96b;
    scrollbar-3dlight-color: #d1a96b;
    scrollbar-shadow-color: #d1a96b;

    scrollbar-arrow-color: #ffffff;
    scrollbar-highlight-color: #f5f5f5;
    scrollbar-darkshadow-color: #f5f5f5;
    scrollbar-track-color: #f5f5f5;
}

A.menu1:link        { color: #ffffff; text-decoration: none; font-weight: bold; }
A.menu1:visited     { color: #ffffff; text-decoration: none; font-weight: bold; }
A.menu1:active      { color: #ffffff; text-decoration: none; font-weight: bold; }
A.menu1:hover       { color: #ffffff; text-decoration: underline; font-weight: bold; }
A.active1:link      { color: #ffffff; text-decoration: underline; font-weight: bold; }
A.active1:visited   { color: #ffffff; text-decoration: underline; font-weight: bold; }
A.active1:active    { color: #ffffff; text-decoration: underline; font-weight: bold; }
A.active1:hover     { color: #ffffff; text-decoration: underline; font-weight: bold; }

A.menu2:link        { color: #000000; text-decoration: none; }
A.menu2:visited     { color: #000000; text-decoration: none; }
A.menu2:active      { color: #000000; text-decoration: none; }
A.menu2:hover       { color: #000000; text-decoration: underline; }
A.active2:link      { color: #ffffff; text-decoration: none; }
A.active2:visited   { color: #ffffff; text-decoration: none; }
A.active2:active    { color: #ffffff; text-decoration: none; }
A.active2:hover     { color: #ffffff; text-decoration: none; }

A.infTitle:link     { color: #504e6e; text-decoration: none; font-weight: bold; }
A.infTitle:visited  { color: #504e6e; text-decoration: none; font-weight: bold; }
A.infTitle:active   { color: #504e6e; text-decoration: none; font-weight: bold; }
A.infTitle:hover    { color: #9e1a1a; text-decoration: none; font-weight: bold; }
A.infText:link      { color: #504e6e; text-decoration: underline; font-weight: bold; }
A.infText:visited   { color: #504e6e; text-decoration: underline; font-weight: bold; }
A.infText:active    { color: #504e6e; text-decoration: underline; font-weight: bold; }
A.infText:hover     { color: #9e1a1a; text-decoration: underline; font-weight: bold; }

A:link    { color: #000000; text-decoration: underline; }
A:visited { color: #000000; text-decoration: underline; }
A:active  { color: #000000; text-decoration: underline; }
A:hover   { color: #000000; text-decoration: none; }

.where    { font-size: 13pt; color: #cbccd7; text-decoration: none; font-weight: bold; }
.txt_gray { font-size: 8pt; color: #9597b0; }
.txt_srch { color: #ffffff; background-color: #cbccd7; }
.txt_copy { font-size: 7pt; color: #ffffff; }
.err      { color: red; }

.inp {
    color:#504e6e; font-size:8pt;
    border-right: #504e6e 1px solid; border-top: #504e6e 1px solid;
    font-size: 8pt; border-left: #504e6e 1px solid;
    border-bottom: #504e6e 1px solid; background-color: #ffffff;
}
.inp_blank {
    color:#504e6e; font-size:8pt;
    border-right: #ffffff 1px solid; border-top: #ffffff 1px solid;
    font-size: 8pt; border-left: #ffffff 1px solid;
    border-bottom: #504e6e 1px solid; background-color: #ffffff;
}
.trans {
    color:#504e6e; font-size:8pt; border: none;
    border-right: #cccccc 0px solid; border-top: #cccccc 0px solid;
    font-size: 8pt; border-left: #cccccc 0px solid;
    border-bottom: #cccccc 0px none; background: none;
}
