body {
    background-color:#272727;
    font-family: Arial; /* texto padrao */
    font-size: 12px;    /* texto padrao */
    color: #999999;     /* texto padrao */
    scrollbar-face-color: #272727;
    scrollbar-shadow-color: #DCDCDC;
    scrollbar-highlight-color: #555555;
    scrollbar-3dlight-color: #888888; 
    scrollbar-darkshadow-color: #333333;
    scrollbar-track-color: #999999;
    scrollbar-arrow-color: #DCDCDC; 
}

.texto {
    font-family: Arial; /* texto padrao */
    font-size: 12px;    /* texto padrao */
    color: #999999;     /* texto padrao */
    
}
.titulo {
    font-family: Arial;
    font-size: 12px;			
    color: #FF9900;	
}



.texto_alerta {
    font-family: Arial;
    font-size: 12px;			
    color: #FF9900;	
    
}
.comentario {
    font-family: Arial;
    font-size: 11px;			
    color: #999999;	
}

a:link {
    font-family: Arial;
    font-size: 12px;			
    color: #FF9900;			
    text-decoration: none;
}

a:visited {
    font-family: Arial;
    font-size: 12px;
    color: #FF9900; 
    text-decoration: none;
}

a:hover {
    font-family: Arial;
    font-size: 12px;
    color: #999999; 
    text-decoration: none;
}

.botao {
    font-family: Arial;
    border-right: #999999 1px solid;
    border-top: #999999 1px solid;
    border-left: #999999 1px solid;
    border-bottom: #999999 1px solid;
    background-color: #DCDCDC;
    padding: 2px 1px 1px 2px;
    font-size:10px;
    color: #000;
}

input{
    border-right: #CDCDCD 1px solid;
    border-top: #CDCDCD 1px solid;
    border-bottom: #CDCDCD 1px solid;
    border-left: #CDCDCD 1px solid;
    font-family: Arial;
    font-size: 11px;
    padding: 2px 1px 1px 2px;
    background-color: #DCDCDC;
}

.input{
    border-right: #CDCDCD 1px solid;
    border-top: #CDCDCD 1px solid;
    border-bottom: #CDCDCD 1px solid;
    border-left: #CDCDCD 1px solid;
    font-family: Arial;
    font-size: 11px;
    padding: 2px 1px 1px 2px;
    background-color: #DCDCDC;
}

.input_erro {
    border-right: #CDCDCD 1px solid;
    border-top: #CDCDCD 1px solid;
    border-bottom: #CDCDCD 1px solid;
    border-left: #CDCDCD 1px solid;
    font-family: Arial;
    font-size: 11px;
    padding: 2px 1px 1px 2px;
    background-color: #FF9900;
}

textarea {
    border-right: #CDCDCD 1px solid;
    border-top: #CDCDCD 1px solid;
    border-bottom: #CDCDCD 1px solid;
    border-left: #CDCDCD 1px solid;
    font-family: Arial;
    font-size: 12px;
    padding: 2px 1px 1px 2px;
    background-color: #DCDCDC;
}

.textarea {
    border-right: #CDCDCD 1px solid;
    border-top: #CDCDCD 1px solid;
    border-bottom: #CDCDCD 1px solid;
    border-left: #CDCDCD 1px solid;
    font-family: Arial;
    font-size: 12px;
    padding: 2px 1px 1px 2px;
    background-color: #DCDCDC;
}

.textarea_erro {
    border-right: #CDCDCD 1px solid;
    border-top: #CDCDCD 1px solid;
    border-bottom: #CDCDCD 1px solid;
    border-left: #CDCDCD 1px solid;
    font-family: Arial;
    font-size: 12px;
    padding: 2px 1px 1px 2px;
    background-color: #FF9900;
}

.rodape {
    font-family: Arial;
    font-size: 10px;
    color: #999999;
}

.rodape a {
    font-family: Arial;
    font-size: 10px;
    color: #FF9900;
}

.rodape a:hover {
    font-family: Arial;
    font-size: 10px;
    color: #FFFFFF;
}
