A.menu { font-weight: bold; text-decoration: none; font-size: 11px; }
A.menu:link { color: a9602f; }
A.menu:active { color: a9602f; }
A.menu:visited { color: a9602f; }
A.menu:hover { text-decoration: underline; color: ff9915; }

A.lang { text-decoration: none; font-weight: bold; font-size: 11px; }
A.lang:link { color: fff5e4; }
A.lang:active { color: fff5e4; }
A.lang:visited { color: fff5e4; }
A.lang:hover { text-decoration: underline; color: fff5e4; }

A.link-small { text-decoration: none; font-weight: bold; font-size: 10px; }
A.link-small:link { color: fff5e4; }
A.link-small:active { color: fff5e4; }
A.link-small:visited { color: fff5e4; }
A.link-small:hover { text-decoration: underline; color: fff5e4; }

INPUT,TEXTAREA,SELECT {
        border: 1px solid black;
        background-position: left top;
        background-repeat: no-repeat;
        font-size: 8pt;
        font-family: verdana,'Lucida Grande',Geneva,arial,helvetica,sans-serif;
}

FORM {
        margin: 0px;
        padding: 0px;
}

.go {
        font-family: Arial,verdana,'Lucida Grande',Geneva,arial,helvetica,sans-serif;
        text-decoration: none;
        font-weight: bold;
        font-size: 8pt;
        border: none;
        color: black;
        background-image: url('../_img/go.gif');
        width: 26px;
        height: 17px;
}

.send {
        font-family: Arial,verdana,'Lucida Grande',Geneva,arial,helvetica,sans-serif;
        text-decoration: none;
        font-weight: bold;
        font-size: 8pt;
        color: black;
        background-image: url('../_img/go1.gif');
        width: 44px;
        height: 21px;
}

TABLE,TD {
        font-family: Arial;
        font-size: 12px;
        color: 5f2e0d;
}

.small {
        font-family: Arial;
        font-size: 7pt;
        color: fff5e4;
}

.red {
        font-family: Arial;
        font-size: 11px;
        font-weight: bold;
        color: red;
}