.highlightArea {////////////
    margin: 0 7%;
    width: 86%;
}

.highlightAreaPadding {
    padding: 0.25em;
}

.highlightAreaColor {
    background-color: white;
}

.headerCell {
    color: #BD2226;
    font-size: 133%;
    font-weight: bold;
    font-style: italic;
    text-align: center;
    white-space: nowrap;
}

div.headerRule {
    margin: 0 0 1px 0;
    border-bottom: 2px solid black;
    height: 0px;
}

div.productCell {
    border-top: 2px solid black;
}

div.productCell a {
    color: black;
    font-weight: bold;
    text-decoration: none;
}

div.productCell td {
    color: #BD2226;
}

div.employeeCell {
    border-top: 2px solid black;
    color: #BD2226;
    text-align: center;
}

div.employeeCell span {
    white-space: nowrap;
}

div.employeeCell span.employeeName {
    color: black;
    font-weight: bold;
}

div.employeeCell a {
    color: #BD2226;
    text-decoration: none;
}

div.linkCell {
    border-top: 2px solid black;
    color: #BD2226;
    text-align: center;
}

div.linkCell a {
    color: #BD2226;
    text-decoration: none;
}

