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

.white10bold {
    font-family: verdana;
    font-size: 10px;
    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;
}

h1 {
    font-family: verdana;
    color: #b9740c;
    font-size: 30px;
    margin: 0px;
    margin-bottom: 20px !important;
}

h2 {
    font-family: verdana;
    color: #b9740c;
    font-size: 25px;
    margin: 0px;
    margin-bottom: 15px !important;
}

h3 {
    font-family: verdana;
    color: #b9740c;
    font-size: 20px;
    margin: 0px;
    margin-bottom: 9px !important;
}

h4 {
    font-family: verdana;
    color: #b9740c;
    font-size: 15px;
    margin: 0px;
    margin-bottom: 3px !important;
}

h5 {
    font-family: verdana;
    color: #b9740c;
    font-size: 11px;
    margin: 0px;
}