﻿body
{
    font-family: Arial, Helvetica, sans-serif;
    font-size: 10pt;
}

.heading
{
    font-size: 36pt;
    font-family: Arial, Helvetica, sans-serif;
    color: #008000;
}

.byline
{
    font-family: Arial, Helvetica, sans-serif;
    font-size: 8pt;
    font-weight: bold;
    text-align: right;
}
.container
{
}

.leftside
{
    float: left;
    width: 79%;
}

.rightside
{
    border-style: solid;
    padding: 2px;
    border-width: 1px;
    float: right;
    width: 19%;
    text-align: center;
    background-color: #99FF99;
}
.innerleft
{
    float: left;
    width: 450px;
}

.innerright
{
    float: left;
    width: 150px;
}

.style1
{
    font-size: small;
    font-weight: bold;
    color: #0000FF;
}
.style2
{
    font-size: medium;
    font-weight: bold;
}
.style3
{
    color: #0000FF;
    font-size: 14pt;
    font-family: Arial, Helvetica, sans-serif;
    font-weight: bold;
}
.style4
{
    font-size: small;
    font-weight: bold;
}

