INPUT.radio {
    background-color : #333333;
    color : Red;
    border : 2px ridge Red;
    font : Arial;
    font-size : 8px;
    font-weight : normal;
    height : auto;
}

SELECT.lista {
    font : Arial;
    font-size : 8px;
    font-weight : normal;
    width : 95%;
}

BODY {
    scrollbar-face-color: #000000;
    scrollbar-shadow-color: #FF0000;
    scrollbar-highlight-color: #FF0000;
    scrollbar-3dlight-color: #FF0000;
    scrollbar-darkshadow-color: #000000;
    scrollbar-track-color: #000000;
    scrollbar-arrow-color: #FF0000;
    background-repeat : no-repeat;
    margin : 1px;
    background-position : center;
    background-color: Black;
    margin : 4px;
    font-family : Arial;
    font-size : 12px;
    color : White;
    font-weight : bold;
}

INPUT {
    background-color : Silver;
    color : Black;
    border : 2px ridge Red;
    font-size : 10px;
    font-family : Verdana, Arial;
    font-weight : bold;
}

INPUT.boton {
    background-color : #333333;
    color : Red;
    border : 2px ridge Red;
    font : Arial;
    font-size : 12px;
    font-weight : bold;
    height : auto;
}

INPUT.miniboton {
    background-color : #333333;
    color : #A9A9A9;
    border : 1px ridge White;
    font : Arial;
    font-size : 9px;
    font-weight : bold;
    height : auto;
}

TEXTAREA {
    background-color : Silver;
    color : Black;
    border : 2px ridge Red;
    font-size : 12px;
    font-family : Verdana, Arial;
}

TR.rojo {
    background-color : Red;
    color : Black;
}

TR.0 {
    background-color : #555555;
}

TR.1 {
    background-color : #333333;
}


TR.2 {
    background-color : #111111;
}

.titulo {
    font-family : Arial;
    font-size : 16px;
    font-weight : bold;
    color : Red;
}

.minititulo {
    font-family : Arial;
    font-size : 12px;
    font-weight : bold;
    color : Red;
}

.texto {
    font-family : Arial;
    font-size : 12px;
    font-weight : bold;
}

.minitexto {
    font-family : Arial;
    font-size : 8pt;
    font-weight : normal;
}