body {
    min-width: 1000px;
    font-family: Arial,sans-serif;
    font-size: 10pt;
}

a:link, a:visited {
    color: blue;
    text-decoration: none;
}
a:hover {
    text-decoration: underline;
}

.vermelho { color: red; }
.azul { color: blue; }

.topo1 {
    border-bottom: 1px gray solid;
    background-color: #cccccc;
}

.topo2 {
    border-bottom: 1px gray solid;
    background-color: #E8E8E8;
}

.menu {
    border-bottom: 1px gray solid;
    background-color: #cccccc;
}

.gradetela {
    width: 1000px;
    padding: 5px;
}

.gradetela600 {
    width: 600px;
    padding: 5px;
}

input, select, textarea {
    padding: 5px;
    font-family: Tahoma,sans-serif;
    font-weight: bold;
    border-radius: 5px;
    border: 1px solid gray;
}

.validerror {
    color: red;
    font-weight: bold;
}

.newsExist {
    text-decoration: line-through;
}