﻿body,
input,
button,
select,
table, td textarea, p, div, h1, h2, h3, h4, h5, h6 {
    font-family: Verdana, Geneva, sans-serif;
    font-size: 14px;
    color: black;
}

h1 {
    font-size: 1.66em;
}

h2 {
    font-size: 1.5em;
}


.SystemMessage {
    font-style: italic;
    font-size: .8em;
    display: none;
}

#divSystemMessageBase{
    margin-bottom: 2em;
    display: none;
}

.alertDanger{
    color: red;
    font-weight: bold;
}
.alertWarning {
    color: #e3ab02;
    font-weight: bold;
}
.alertGood {
    color: #3A993A;
}