.tblMain  { background-color: #eeeeee; }
.tblHeader{ background-color: #cbccd7; color: #ffffff; font-weight: bold; }
.tblRow   { background-color: #ffffff; color: #000000; }
.txtSmall { font-size: 7pt; }

.Content,body,td { font-size: 8pt; }
.Content,body { color: #666666; background-color: #c0daff; }
body {
    margin: 0px; font-family: Verdana,Arial,Helvetica,Tahoma,sans-serif;
}

A.menu1:link        { color: #0d58ab; text-decoration: none; }
A.menu1:visited     { color: #0d58ab; text-decoration: none; }
A.menu1:active      { color: #0d58ab; text-decoration: none; }
A.menu1:hover       { color: #0d58ab; text-decoration: none; }
A.active1:link      { color: #000000; text-decoration: none; }
A.active1:visited   { color: #000000; text-decoration: none; }
A.active1:active    { color: #000000; text-decoration: none; }
A.active1:hover     { color: #000000; text-decoration: none; }

A.menu2:link        { color: #504e6e; text-decoration: none; font-weight: bold; }
A.menu2:visited     { color: #504e6e; text-decoration: none; font-weight: bold; }
A.menu2:active      { color: #504e6e; text-decoration: none; font-weight: bold; }
A.menu2:hover       { color: #9e1a1a; text-decoration: none; font-weight: bold; }
A.active2:link      { color: #504e6e; text-decoration: underline; font-weight: bold; }
A.active2:visited   { color: #504e6e; text-decoration: underline; font-weight: bold; }
A.active2:active    { color: #504e6e; text-decoration: underline; font-weight: bold; }
A.active2:hover     { color: #9e1a1a; text-decoration: underline; font-weight: bold; }

A.infTitle:link     { color: #0d58ab; text-decoration: none; font-weight: bold; }
A.infTitle:visited  { color: #0d58ab; text-decoration: none; font-weight: bold; }
A.infTitle:active   { color: #0d58ab; text-decoration: none; font-weight: bold; }
A.infTitle:hover    { color: #0d58ab; text-decoration: none; font-weight: bold; }
A.infText:link      { color: #666666; text-decoration: none; }
A.infText:visited   { color: #666666; text-decoration: none; }
A.infText:active    { color: #666666; text-decoration: none; }
A.infText:hover     { color: #666666; text-decoration: none; }

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; }

.title    { color: #0d58ab }
.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      { font-size: 8pt; color: #ffffff; font-weight: bold; }
.err      { color: red; }

.inp {
    color:#000000; 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:#000000; font-size:8pt; border: none;
    border-right: #ffffff 0px solid; border-top: #ffffff 0px solid;
    font-size: 8pt; border-left: #ffffff 0px solid;
    border-bottom: #000000 1px solid; background: none;
}
.trans {
    color:#000000; 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;
}