﻿body
{
    font-family: Verdana,sans-serif;
}
h1
{
    font-size: large;
    margin-bottom: 2px;
}
.floatLeft
{
    float: left;
}
#mapImage
{
    border: 2px solid black;
}
#taskResultsSection
{
    padding: 0px 5px 5px 5px;
    font-size: 10px;
}
#legendSection
{
    font-size: 10px;
}
.legendLabel
{
    font-size: 7.5pt;
    vertical-align: middle;
}
.taskResultHeader
{
    font-size: 12px;
    font-weight: bold;
    padding-bottom: 10px;
    padding-top: 5px;
}
.taskResultsTable
{
    border: 1px solid gray;
    border-collapse: collapse;
    font-size: 8pt;
    padding-bottom: 8px;
}
.taskResultsTableCaption
{
    text-align: left;
}
.resultCellHeader
{
    border: 1px solid gray;
}
.resultCell
{
    border: 1px solid gray;
}
#mapCopyrightTitle
{
    font-weight: bold;
    font-size: 12px;
    padding: 0px 5px 5px 0px;
}
#mapCopyrightText
{
    padding: 0px;
    font-size: 10px;
}
