body {
    font-family: 'Droid Sans', 'Helvetica', 'Arial', sans-serif;
    color: #555;
    font-size: 12pt;
    font-weight: 400;
    margin: 20px;
}

h1 {
    color: #333;
    font-size: 32pt;
    font-weight: 700;
}

h2 {
    font-size: 18pt;
    font-weight: 700;
    color: #af3142;
}

h2.graphHeader {
    text-align: center;
    margin: 0;
    padding: 0;
    color: #555;
    font-size: 14pt;
    padding: 4px 8px;
    background-color: #eaeaea;
}

div.sectionBody {
    margin: 10px 20px;
}

div.graphBox {
    float: right;
    margin: 0px 10px 20px 20px;
}

p {
    line-height: 135%;
}

div.section {
    clear: both;
}
