﻿body {
}

.ServiceHeader
{
    font-family: 'Arial Black' , Arial;
    color: #b92907;
    font-weight: bold;
    font-size: large;
    line-height: 24pt;
}

.SubServiceHeader
{
    font-weight: bold;
    font-size: large;
    color: #696966;
    font-family: 'Book Antiqua' , Arial;
    line-height: 24pt;
}

.SimpleBody
{
    color: #858585;
    font-family: Tahoma, Arial;
    font-weight: bold;
    font-size: small;
}

.ItalicBody
{
    color: #858585;
    font-family: Tahoma, Arial;
    font-weight: bold;
    font-size: small;
    font-style: italic;
}
.SmallBody
{
    color: #000000;
    font-family: Tahoma, Arial;
    font-weight: normal;
    font-size: small;
}

