/* Body Text*/

body
{
    font-size: 10pt;
    font-family: "arial" "helvetica";
    color: black;
    line-height: 11pt;
    margin-left: 8px;
    margin-right: 8px;
}

p
{
    font-size: 10pt;
    font-family: "arial" "helvetica";
    color: black;
    line-height: 11pt;
    margin-left: 8px;
    margin-right: 8px;
}

/* Headings*/

h1
{
    font: 16pt "arial" "helvetica";
    color: blue;
    font-weight: bold;
    line-height: 18pt;
    margin-left: 8px;
    margin-right: 8px;
}

h2
{
    font: 12pt "arial" "helvetica";
    color: blue;
    font-weight: bold;
    line-height: 14pt;
    margin-left: 8px;
    margin-right: 8px;
}

h3
{
    font: 12pt "arial" "helvetica";
    color: red;
    font-weight: bold;
    line-height: 14pt;
    margin-left: 8px;
    margin-right: 8px;
}

/* Footnotes */

div.footnote
{
    font-size: 8pt;
    line-height: 12pt;
    text-align: center;
}

/* Emphasised Text */

div.emphasis
{
    font-size: 20pt;
    line-height: 23pt;
    color: blue;
    text-align: left;
    font-weight: bold;
}

/* Footer */

div.footer
{
    font-size: 8pt;
    font-family: "arial" "helvetica";
    color: black;
    line-height: 9pt;
    margin-left: 8px;
    margin-right: 8px;
}

/* Service Links */

div.servlinks
{
    font-size: 7pt;
    font-family: "arial" "helvetica";
    color: black;
    text-align: center;
    line-height: 7pt;
    margin-left: 0px;
    margin-right: 0px;
}

/* Links */

A:link
{
    color: blue;
    background: transparent;
    text-decoration: none;
}

A:visited
{
    color: navy;
    background: transparent;
    text-decoration: none;
}

A:active
{
    color: red;
    background: transparent;
    text-decoration: none;
}

