body {
        margin: 0px;
        padding: 0px;
        background-color: #FFFFFF;
}
body, td, th {
        font-family: Tahoma;
        font-size: 10px;
        color: #96917C;
}
a.gray {
        font-family: Tahoma;
        font-size: 10px;
        color: #737373;
        font-weight: bold;
        text-decoration: none;
}
a.orange {
        font-family: Tahoma;
        font-size: 10px;
        color: #F9602A;
        font-weight: bold;
        text-decoration: none;
}
a.orange:hover {
        text-decoration: underline;
}
a.green {
         font-family: Tahoma;
         font-size: 10px;
         color: #658A23;
         text-decoration: none;
}
a.green:hover {
        text-decoration: underline;
}
.f1 {
        height: 17px;
        width: 170px;
        border-top-width: 1px;
        border-right-width: 1px;
        border-bottom-width: 1px;
        border-left-width: 1px;
        border-top-style: solid;
        border-right-style: solid;
        border-bottom-style: solid;
        border-left-style: solid;
        border-right-color: #D5D7CB;
        border-bottom-color: #E5E6DE;
        border-left-color: #97998D;
        border-top-color: #84857B;
        font-family: Tahoma;
        font-size: 10px;
}
.f2 {
        height: 42px;
        overflow: auto;
}
.button-clear {
        width: 61px;
        height: 24px;
        background-image: url(../images/button-clear.gif); 
        border: 0px;
        cursor: auto;
        cursor: pointer;
}
.send {
        background-image: url(../images/button-send.gif);
                cursor: auto;
        cursor: pointer;
 
}
