﻿.Validated
{
    font-family: 'Trebuchet MS', Arial;
    color: Green;
}
.NonValidated
{
    font-family: 'Trebuchet MS', Arial;
    font-size: 0.9em;
    line-height: 1em;
    color: Red;
}
