body {
    background-color: #f1f6f8;
    margin: 0 0 0 0;
    padding: 0 0 0 0;
    width: 100%;
}

.bigtext {
    color: #333333;
    font-size: 12pt;
    font-weight: bold;
}

.normaltext { font-size: 10pt }

.smalltext { font-size: 8pt }

tr.greycolorrow {
    background-color: #cccccc;
    height: 10pt;
}

td.blacktopbottomborder {
    border-bottom: black 1px solid;
    border-top: black 1px solid;
}

a.resultheading:hover {
    border-bottom: #ffffff 1px solid;
    border-left: #ffffff 1px solid;
    border-right: #ffffff 1px solid;
    border-top: #ffffff 1px solid;
    text-decoration: none
}

a.resultheading {
    border-bottom: #000066 1px solid;
    border-left: #000066 1px solid;
    border-right: #000066 1px solid;
    border-top: #000066 1px solid;
}

.normalgreytext {
    color: #333333;
    font-size: 10pt;
}

.smallgreytext {
    color: #333333;
    font-size: 8pt;
}