body
{
    margin: 10px 10px 10px 10px;
    background-color: #e0f8e8;
    color: #004838;
    font-family: "Lucida Sans" , "Sans-Serif";
}
h1
{
    font-size: 32px;
    font-style: normal;
    font-weight: bold;
    text-align: center;
}
h2
{
    font-size: 20px;
    font-style: normal;
    font-weight: normal;
    text-align: center;
}
h3
{
    font-size: 16px;
    font-style: normal;
    font-weight: normal;
    text-align: center;
}
h4
{
    font-size: 16px;
    font-style: normal;
    font-weight: normal;
    text-align: center;
    background-color: #c0c0ff;
}
td
{
    vertical-align: top;
    text-align: center;
}
p
{
    font-size: 16px;
    font-style: normal;
    font-weight: normal;
    text-align: justify;
    margin-left: 20px;
    margin-right: 20px;
}
p.leftcell
{
    margin-left: 0%;
    margin-right: 5%;
}
p.rightcell
{
    margin-left: 5%;
    margin-right: 0%;
}
p.right
{
    text-align: right;
}
p.centre
{
    text-align: center;
}
p.ixdate
{
    font-size: 14px;
    font-style: normal;
    font-weight: bold;
    text-align: center;
    margin-left: 0%;
    margin-right: 0%;
}
p.ixdesc
{
    font-size: 12px;
    font-style: normal;
    font-weight: normal;
    text-align: center;
    margin-left: 0%;
    margin-right: 0%;
}
ul
{
    font-size: 16px;
    font-style: normal;
    font-weight: normal;
    text-align: left;
    margin-left: 20px;
    margin-right: 20px;
}
img.left
{
    float: left;
    vertical-align: middle;
    margin-right: 10px;
}
img.right
{
    float: right;
    vertical-align: middle;
    margin-left: 10px;
}

