h
{
    line-height: 100%;
}
td
{
    font: normal 12px Ariel Narrow,Helvetica Condensed,sans-serif;
}
td.status
{
    font-size: 13pt;
}
td.title
{
    font-weight: bold;
    font-size: 14pt;
}
td.label
{
    font-weight: bold;
}
.normal
{
    font: normal 12px Ariel Narrow,Helvetica Condensed,sans-serif;
    border-left: 10px solid white;
    border-right: 40px solid white;
    line-height: 150%
}
.blurb
{
    font: normal 11px Ariel Narrow,Helvetica Condensed,sans-serif;
    border-left: 6px solid white;
    border-right: 6px solid white;
    border-top: 6px solid white;
    border-bottom: 6px solid white;
    line-height: 150%;
    background-color: #ffffff;
}
.pending
{
    color: #cc9900;
}
td.history
{
    font-style: italic;
    font-size: 10px;
    color: #666666;
}
A:link        { color: black; text-decoration: bold;       }
A:visited     { color: black; text-decoration: bold;       }
A:hover       { color: black; text-decoration: bold underline;  }
