﻿body, .TextoNormal {
    font-family: Arial, MS Sans Serif;
    font-size: 14px;
    color: #c7ced3;
    text-align: justify;
    line-height: 20px;
}

h1 {
    font-family: Arial;
    font-size: 26px;
    color: #e7eef3;
    margin-top: 0px;
}

h2 {
    font-family: Arial;
    font-size: 22px;
    color: #c2cad1;
    margin-top: 0px;
}

ul {
    list-style-type: square;
}

.TextoOK {
    color: #88ff88;
}

.TextoKO {
    color: #ff8888;
}

input, textarea {
    background-image: url(/images/input-bg.gif);
    background-repeat: repeat-x;
}

table {
    border-collapse: collapse;
}