.white10 {
    font-family: verdana;
    font-size: 10px;
    color: white;
}

.white10bold {
    font-family: verdana;
    font-size: 10px;
    font-weight: bold;
    color: white;
}

.white11bold {
    font-family: verdana;
    font-size: 11px;
    font-weight: bold;
    color: white;
}

.red10 {
    font-family: verdana;
    font-size: 10px;
    color: red;
}

.grey11 {
    font-family: verdana;
    font-size: 11px;
    color: #4b4b4b;
}

.grey11bold {
    font-family: verdana;
    font-size: 11px;
    font-weight: bold;
    color: #4b4b4b;
}

.green11 {
    font-family: verdana;
    font-size: 11px;
    color: #3c8476;
}