body {
    font-family: 'Gill Sans W01', 'Gill Sans', arial, sans-serif;
    font-size: 12px;
}

h2{
    color: #ba923d;
    font-family: 'Gill Sans W01', 'Gill Sans', arial, sans-serif;
}

a {
    text-decoration: none;
    color: #054a74;
    font-family: 'Gill Sans W01', 'Gill Sans', arial, sans-serif;
}

a:hover {
    color: #59839d;
}

.heading1 {
    font-weight: bold;
    font-size: 13px;
    color: #0066a4;
    background-color: #f0f0f0;
    padding: 5px;
    font-family: 'Gill Sans W01', 'Gill Sans', arial, sans-serif;
}

.heading2 {
    font-weight: bold;
    font-size: 11px;
    color: #054a74;
    background-color: #fafafa;
    padding: 5px;
    font-family: 'Gill Sans W01', 'Gill Sans', arial, sans-serif;
}

table {
    border-collapse: collapse;
    border-color: #bd9732;
    font-family: 'Gill Sans W01', 'Gill Sans', arial, sans-serif;
    
}

td {
    border-color: #bd9732;
    padding: 5px;
    font-family: 'Gill Sans W01', 'Gill Sans', arial, sans-serif;
}

.datetext {
    font-size: 9px;
    font-weight: normal;
    font-family: 'Gill Sans W01', 'Gill Sans', arial, sans-serif;
}

.price {
    font-size: 13px;
    font-weight: bold;
    font-family: 'Gill Sans W01', 'Gill Sans', arial, sans-serif;
}
.email{
    font-weight: bold;
    font-size: 11px;
    color: #054a74;
    background-color: #fafafa;
    padding: 5px;
}
.chartbordercolor{
    border: 1px solid #bd9732;
}
.chartbgcolor{
    background-color: #f0f0f0;
}