body {
    font-size: 11px;
    font-family: Tahoma,Arial,Helvetica,sans-serif;
    color: rgb(0, 0, 0);
    background-color: transparent;
    background-attachment: fixed;
    background-position: center center;
    background-repeat: no-repeat;
    margin-top: 10pt;
    margin-bottom: 10pt;
    margin-left: 10pt;
    margin-right: 10pt;
}

p {
    font-size: 11px;
    font-family: Tahoma,Arial,Helvetica,sans-serif;
    color: rgb(0, 0, 0);
}

a.light, a.light:visited {
    color: rgb(96, 0, 192);
    background-color: transparent;
    font-weight: normal;
    text-decoration : none;
}

a.light:hover {
    color: rgb(255, 92, 0);
    background-color: rgb(255, 255, 0);
    font-weight: normal;
    text-decoration : none;
}

a.menu, a.menu:visited {
    color: rgb(0, 0, 0);
    background-color: transparent;
    font-weight: normal;
    text-decoration : none;
}

a.menu:hover {
    color: rgb(255, 92, 0);
    background-color: rgb(255, 255, 0);
    font-weight: normal;
    text-decoration : none;
}

a.rmenu, a.rmenu:visited {
    color: rgb(255, 0, 0);
    background-color: transparent;
    font-weight: normal;
    text-decoration : none;
}

a.rmenu:hover {
    color: rgb(255, 0, 92);
    background-color: rgb(255, 255, 0);
    font-weight: normal;
    text-decoration : none;
}

a, a:visited {
    color: rgb(96, 0, 192);
    background-color: transparent;
    font-weight: bold;
    text-decoration : none;
}

a:hover {
    color: rgb(255, 92, 0);
    background-color: rgb(255, 255, 0);
    font-weight: bold;
    text-decoration : none;
}

h1 {
    font-family: Tahoma,Arial,Helvetica,sans-serif;
    text-align: center;
    color: rgb(255, 90, 60);
    font-weight: bold;
    font-size: 18px;
}

h2 {
    font-family: Tahoma,Arial,Helvetica,sans-serif;
    color: rgb(255, 90, 60);
    font-weight: bold;
    text-align: center;
    font-size: 16px;
}

h3 {
    font-family: Tahoma,Arial,Helvetica,sans-serif;
    color: rgb(255, 90, 60);
    font-weight: bold;
    text-align: left;
    font-size: 14px;
}

h4 {
    font-family: Tahoma,Arial,Helvetica,sans-serif;
    color: rgb(255, 90, 60);
    font-weight: bold;
    text-align: center;
    font-size: 11px;
}

hr {
    color : rgb(255, 0, 0);
    size : 2px;
}

td {
    font-size: 11px;
    font-family: Tahoma,Arial,Helvetica,sans-serif;
    color: rgb(0, 0, 0);
}

th {
    font-size: 12px;
    font-family: Tahoma,Arial,Helvetica,sans-serif;
    font-weight: bold;
    color: rgb(0, 0, 0);
}

.blue {
    border: rgb(0, 0, 255) solid 1px;
    font-size: 11px;
    font-family: Tahoma,Arial,Helvetica,sans-serif;
    color: rgb(0, 0, 0);
}

.bblue {
    border: rgb(0, 0, 255) solid 1px;
    background-color: rgb(224, 224, 255);
    font-size: 11px;
    font-family: Tahoma,Arial,Helvetica,sans-serif;
    color: rgb(0, 0, 0);
}

.red {
    border: rgb(255, 0, 0) solid 1px;
    font-size: 11px;
    font-family: Tahoma,Arial,Helvetica,sans-serif;
    color: rgb(0, 0, 0);
}

.rred {
    border: rgb(255, 0, 0) solid 1px;
    background-color: rgb(255, 224, 224);
    color: rgb(0, 0, 0);
    font-size: 11px;
    font-family: Tahoma,Arial,Helvetica,sans-serif;
}

.black {
    border: rgb(0, 0, 0) solid 1px;
    font-size: 11px;
    font-family: Tahoma,Arial,Helvetica,sans-serif;
    color: rgb(0, 0, 0);
}

.bblack {
    border: rgb(0, 0, 0) solid 1px;
    background-color: rgb(224, 224, 224);
    font-size: 11px;
    font-family: Tahoma,Arial,Helvetica,sans-serif;
    color: rgb(0, 0, 0);
}

.bred {
    border: rgb(0, 0, 0) solid 1px;
    background-color: rgb(255, 224, 224);
    color: rgb(0, 0, 0);
    font-size: 11px;
    font-family: Tahoma,Arial,Helvetica,sans-serif;
}

.yellowbg {
    border: rgb(255, 0, 0) solid 1px;
    background-color: rgb(255, 255, 0);
    font-size: 11px;
    font-family: Tahoma,Arial,Helvetica,sans-serif;
    color: rgb(0, 0, 0);
}

.wbg {
    background-color: rgb(255, 255, 255);
    font-size: 11px;
    font-family: Tahoma,Arial,Helvetica,sans-serif;
    color: rgb(0, 0, 0);
}

.bim {
    border-style: solid;
    border-color: rgb(153, 153, 255);
    border-right-width: 0px;
    border-left-width: 0px;
    border-top-width: 0px;
    border-bottom-width: 1px;
}

textarea {
    font-family: Tahoma,Arial,Helvetica,sans-serif;
    font-size : 11;
    border: 2px inset #200000;
    background-color: rgb(255, 255, 255);
}

input {
    font-size : 11;
    font-family: Tahoma,Arial,Helvetica,sans-serif;
}

select {
    font-size: 11px;
    font-family: Tahoma,Arial,Helvetica,sans-serif;
    color: rgb(0, 0, 0);
    background-color: rgb(255, 255, 255);
    border-style : groove;
}

