a { text-decoration: underline; color: #221515; }
a:visited { text-decoration: underline; }
a:active { text-decoration: underline; color: #221515; }
a:hover { text-decoration: underline; color: #221515; }

html, body {
    font-family: Tahoma, Arial, Helvetica, sans-serif;
    font-size: 11px;
    margin: 3px;
    padding: 0px;
    background: #D0D0D0;
    color: #222222;
}

td, p, div {
    font-size: 11px;
    font-family: Tahoma, Arial, Helvetica, sans-serif;
}

form {
    margin-top: 0px;
    margin-bottom: 0px;
}


INPUT, TEXTAREA, SELECT {
    font-family: Tahoma, Arial, Helvetica, sans-serif;	
    background: #F0F0F0;
    border: 1px solid #969696;
    font-size: 11px;
    color: #151522;
}

.sp_red {
    color: #241616;
}

.sp_blue {
    color: #161624;
}

.sp_ast {
    color: #FF0000;
}

.t_h1 {
    background: #B8B8B8;
    color: #000;
    font-weight: bold;
}

.td_rb {
    border-right: 1px solid #B8B8B8;
}

table#t_reg { border: 1px solid #B8B8B8; } 
table#t_reg INPUT.TEXT { width: 200px; }

