A:link                { COLOR: #000066; TEXT-DECORATION: underline; FONT-WEIGHT: normal; FONT-SIZE: 12px }
A:visited             { COLOR: #000066; TEXT-DECORATION: underline; FONT-WEIGHT: normal; FONT-SIZE: 12px }
A:active              { COLOR: #000066; TEXT-DECORATION: underline; FONT-WEIGHT: normal; FONT-SIZE: 12px }
A:hover               { COLOR: #FF0000; TEXT-DECORATION: underline; FONT-WEIGHT: normal; FONT-SIZE: 12px }

text {
    color: #000000;
    font-size: 12px;
    font-family: Arial,Helvetica,sans-serif;
}

p {
    color: #000000;
    font-size: 12px;
    font-family: Arial,Helvetica,sans-serif;
}

div {
    color: #000000;
    font-size: 12px;
    font-family: Arial,Helvetica,sans-serif;
}

td {
    color: #000000;
    font-size: 12px;
    font-family: Arial,Helvetica,sans-serif;
}

.small {
    color: #000000;
    font-size: 10px;
    font-family: Arial,Helvetica,sans-serif;
}

.header {
    color: #007FC4;
    font-size: 18px;
    font-family: Arial,Helvetica,sans-serif;
    font-weight: bolder;
    font-style: normal;
}

input { 
        color: #000000;
        background-color: #BFD0EC;
        font-family: arial,helvetica,sans-serif;
        font-size: 9pt;
        text-decoration: none;
        text-indent: 2px;
        height: 20;
}

textarea {
        color: #000000;
        background-color: #BFD0EC;
        font-family: arial,helvetica,sans-serif;
        font-size: 9pt;
        border-style: solid solid solid solid;
        border: 1pt solid black;
        text-decoration: none;
        text-indent: 2px;
        height: 100;
}

