.title {
    font-family: tahoma,arial;
    font-weight: normal;
    font-size: 8pt;
    color: #f9f400;
}

b {
    font-weight: bold;
}

body,p,ol,ul,li,td {
    font-family: tahoma,arial;
    font-weight: normal;
    font-size: 10pt;
    color: #000000;
}

.bla {
    font-family: tahoma,arial;
    font-weight: normal;
    font-size: 10pt;
    color: #000000;
}

.litbla {
    font-family: tahoma,arial;
    font-weight: normal;
    font-size: 8pt;
    color: #000000;
}

A:link,A:visited {
    font-family: tahoma,arial;
    font-size: 10pt;
    color: #005418;
    font-weight: normal;
    text-decoration: underline;
}

A:hover {
    font-family: tahoma,arial;
    font-size: 10pt;
    color: #999999;
    font-weight: normal;
    text-decoration: underline;
}

A.lit:link,A.lit:visited {
    font-family: tahoma,arial;
    font-size: 8pt;
    color: #005418;
    font-weight: normal;
    text-decoration: underline;
}

A.lit:hover {
    font-family: tahoma,arial;
    font-size: 8pt;
    color: #999999;
    font-weight: normal;
    text-decoration: underline;
}

input,textarea,select {
    font-family: tahoma, arial;
    font-weight: normal;
    font-size: 8pt;
    color: #000000;
}

.bordered {
    background-color: #f9f9f9;
    border-bottom: #000000 1px solid;
    border-left: #000000 1px solid;
    border-right: #000000 1px solid;
    border-top: #000000 1px solid;
    font-family: tahoma, arial;
    font-weight: normal;
    font-size: 8pt;
    color: #000000;
}

.button {
    background-color: #cccccc;
    border-bottom: #000000 1px solid;
    border-left: #ffffff 1px solid;
    border-right: #000000 1px solid;
    border-top: #ffffff 1px solid;
    font-family: tahoma, arial;
    font-size: 8pt;
    color: #000000;
    font-weight: bold;
}