﻿body {
    font-family:Verdana;
    font-size:medium;
}

.smallWarning {
    font-size:smaller;
    color:Red;
}

.preferredVendor {
    font-size:smaller;
    background-color:#FFE4E1;
    font-weight:bolder;
    border: solid 1px black;
}

.standardVendor {
    font-size:smaller;
    background-color:#FFFAFA;
    border: solid 1px black;
}

.tableHeader {
    font-weight:bold;
    font-size:large;
}

.tableError {
    background-color:#FF6347;
    font-weight:bolder;
}

.tableMessage {
    background-color:#FFE4C4;
}

.errorBlock {
    background-color:Yellow;
    color:Red;
    font-weight:bolder;
    font-size:larger;
}