BODY {
       font-family : Arial, Geneva, Helvetica, sans-serif;
       font-size : 11px;
       font-weight : normal;
}

TD.galeria {
       font-family : Arial, Geneva, Helvetica, sans-serif;
       font-size : 11px;
       font-weight : normal;
       color : #000000;
       text-decoration : none;
       text-align : center;
}

DIV {
       font-family : Arial, Geneva, Helvetica, sans-serif;
       font-size : 11px;
       font-weight : normal;
       color : #000000;
       text-decoration : none;
       text-align : justify;
}

DIV.menu {
       font-family : Arial, Geneva, Helvetica, sans-serif;
       font-size : 12px;
       font-weight : bold;
       text-align : right;
       margin-right : 5px;
}

DIV.menu a {
        color : #ffffff;
        background : #000000;
        padding : 0 4px 0 4px;
        text-decoration : none;
}

DIV.menu a:hover {
        color : #000000;
        background : #ffffff;
}

DIV.menu a.red {
        color : #ffffff;
        background : #ee0000;
}

DIV.menu a.red:hover {
        color : #ee0000;
        background : #ffffff;
}


A.title {
       font-family : Arial, Geneva, Helvetica, sans-serif;
       font-size : 14px;
       font-weight : bold;
       color : #000000;
       text-decoration : none;
       text-align : left;
}


INPUT.text {
       font-family : Arial, Geneva, Helvetica, sans-serif;
       font-size : 11px;
       border : 1px solid #000000;
       width : 400px;
}

INPUT.submit {
       font-family : Arial, Geneva, Helvetica, sans-serif;
       font-size : 11px;
       border : 1px solid #000000;
       background : #ffffff;
       width : 100px;
}

TEXTAREA {
        font-family : Arial, Geneva, Helvetica, sans-serif;
        font-size : 11px;
        border : 1px solid #000000;
        width : 400px;
        height : 120px;

        scrollbar-3dlight-color : #ffffff;
        scrollbar-arrow-color : #000000;
        scrollbar-base-color : #ffffff;
        scrollbar-darkshadow-color : #ffffff;
        scrollbar-highlight-color : #ffffff;
        scrollbar-shadow-color : #ffffff;
}

