

.header-format
{
    margin: 0px 0px 0px 0px;
    padding: 6px 0px 6px 10px;
    color: white;
    background-color: #089791;
    background-image: url('pcb%20green%20gradient.jpg');
    background-size: 100% 100%;
}

.paragraph-format
{
    color: #002280;
    font: normal normal normal 15px Segoe UI;
    margin: 15px 0px 15px 15px;
}

.header-image-format
{
    margin-right: 8px;
}

.horiz-rule-format
{
    height: 2px;
    border: 0px;
    background-color: #000000;
}

.horiz-rule-shaded-format
{
    height: 10px;
    border: 0px;
    box-shadow: 0px 5px 5px -5px #000000 inset;
}

.email-div-format
{
    font: normal normal bold 100% Segoe UI;
    text-align: center;
    display: inline-block;
    color: #002280;
    margin-left: 30px;
}

.display-table
{
    display: table;
}

.indent-no-other-margins
{
    margin: 0px 0px 0px 15px;
}

.no-margins
{
    margin: 0px 0px 0px 0px;
}

.width-full
{
    width: 100%;
}

.header-font-large
{
    font: normal normal bold 18px Segoe UI;
}

.header-font-medium
{
    font: normal normal bold 15px Segoe UI;
}


.no-padding
{
    padding: 0px 0px 0px 0px;
}

.span-vert-align
{
    vertical-align: middle;
    display: inline-block;
}

