body
{
    margin: 10px 10px 10px 10px;
    background-color: #f0f4fc;
    color: #003848;
    font-family: "Lucida Sans" , "Sans-Serif";
}
h1
{
    font-size: 32px;
    font-style: normal;
    font-weight: bold;
    text-align: center;
}
h1.big
{
    font-size: 48px;
}
h2
{
    font-size: 24px;
    font-style: normal;
    font-weight: normal;
    text-align: center;
}
h3
{
    font-size: 20px;
    font-style: normal;
    font-weight: normal;
    text-align: center;
}
h4
{
    font-size: 16px;
    font-style: normal;
    font-weight: normal;
    text-align: center;
    background-color: #d2d5dc;
}
td
{
    vertical-align: top;
    text-align: left;
}
p
{
    font-size: 16px;
    font-style: normal;
    font-weight: normal;
    text-align: justify;
    margin-left: 20px;
    margin-right: 20px;
}

p.right
{
    text-align: right;
}
p.left
{
    text-align: left;
}
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;
}
li
{
    font-style: normal;
    font-weight: bold;
    margin-top: 0px;
    margin-bottom: 6px;
    list-style-type: none;
    text-align: right;

}
img.blueborder
{
    border-style: solid;
    border-width: thin;
    border-color: #e0e0ff;
}
img.left
{
    float: left;
    vertical-align: middle;
    margin-right: 10px;
}
img.right
{
    float: right;
    vertical-align: middle;
    margin-left: 10px;
}

a:link
{
    text-decoration: none;
    color: #0000c0;
}
a:visited
{
    text-decoration: none;
    color: #600080;
}
a:hover
{
    text-decoration: underline;
    background-color: #d2d5dc;
}
