
a:visited { color: #993A02; }
a:link { color: #993A02; }
a:active { color: #cc0000; }

ul { list-style-image: url('../images/bullet_hyphen.gif'); }
body { background: url('../images/bg_page.jpg'); background-repeat: repeat-x; margin-top: 0px; }

.text { font-family: arial; font-size: 10pt; text-align:justify; }
.text_bold { font-family: arial; font-weight: bold; font-size: 10pt; color: #000000; }
.text_error { font-family: arial; font-weight: bold; font-size: 10pt; color: #ff0000; }

.sIFR-active .title { visibility: hidden; font-family: arial; font-weight: bold; font-size: 13pt; color: #993a02; }
.sIFR-active .title_black { visibility: hidden; font-family: arial; font-weight: bold; font-size: 13pt; color: #000000; }

.subtitle { font-family: arial; font-size: 10pt; color: #993a02; font-weight: bold; }
.title_black { visibility: hidden; font-family: arial;}
.footer { font-family: arial; font-size: 8pt; color: #888888; }
.tableheader { font-family: arial; font-size: 8pt; font-weight: bold; color: #ffffff; }
.link_noul { font-family: arial; text-decoration: none; font-size: 10pt; color: #993a02;  }
.link_side { font-family: arial; color: #000000; font-weight: bold; font-size: 9pt; text-decoration: none; }

table.std { border-style: solid; border-collapse: collapse; border-width: 1px; border-color: #000000; margin: auto; }
table.std td { border-style: solid; vertical-align: top; font-family: arial; font-size: 10pt; padding: 3px; border-color: #000000; border-width: 1px; }
tr.th { background-image: url('../images/bg_nav.jpg'); font-family: arial; font-size: 10pt; font-weight: bold; color: white; }

a.button {
    background: transparent url('../images/bg_button_a.gif') no-repeat scroll top right;
    color: #444;
    display: block;
    float: left;
    font: normal 11px arial, sans-serif;
    height: 20px;
    margin-right: 6px;
    padding-right: 15px; /* sliding doors padding */
    text-decoration: none;
}

a.button span {
    background: transparent url('../images/bg_button_span.gif') no-repeat;
    display: block;
    line-height: 10px;
    padding: 5px 0 5px 15px;
}
a.button:active {
    background-position: bottom right;
    color: #000;
    outline: none; /* hide dotted outline in Firefox */
}

a.button:active span {
    background-position: bottom left;
    padding: 6px 0 4px 15px; /* push text down 1px */
}


