
    body
    {
        background: #BACDEA;
    }

    /* ---------------- Site Navigation ---------------- */

    A.nav:link
    { 
        font-family: century Gothic;
        line-height: 75%;
        text-align: center;
    }

    A.nav:link
    { 
        color: black;
	text-decoration: none;
    }

    A.nav:visited
    { 
        color: black;
	text-decoration: none;
    }

    A.nav:active
    { 
        color: blue;
	text-decoration: none;
    }

    A.nav:hover
    { 
        color: blue;
	text-decoration: none;
    }

    SPAN.nav 
    { 
        font-family: century Gothic, arial, helvetica, sans-serif;
        font-size: 10pt;
        font-weight: 100;
        line-height: 100%;
        text-align: center; 
        color: grey;
    }

    P.nav 
    { 
        font-family: century Gothic, arial, helvetica, sans-serif;
        font-size: 10pt;
        font-weight: 100;
        line-height: 100%;
        text-align: center; 
        color: grey;
    }

    /* --------------------- Notes --------------------- */

    P.note
    {
        font-family: tahoma, arial, helvetica, sans-serif;
        font-size: 9pt;
    }

    P.note-justified
    {
        font-family: tahoma, arial, helvetica, sans-serif;
        font-size: 9pt;
	text-align: justify;
    }


    P.note-right
    {
        font-family: tahoma, arial, helvetica, sans-serif;
        font-size: 9pt;
	text-align: right;
    }

    SPAN.note
    {
        font-family: tahoma, arial, helvetica, sans-serif;
        font-size: 9pt;
    }

    /* ------------------- Body Text ------------------- */

    P.body
    {
        font-family: arial, times, serif;
        font-size: 13pt;
    }


    P.heading-centred
    {
        font-family: arial, times, serif;
        font-size: 15pt;
        font-weight: bold; 
	text-align: center;
    }


    P.heading
    {
        font-family: arial, times, serif;
        font-size: 15pt;
        font-weight: bold; 
    }

    P.body-centred
    {
        font-family: arial, times, serif;
        font-size: 13pt;
	text-align: center;
    }

    P.body-justified
    {
        font-family: arial, times, serif;
        font-size: 13pt;
	text-align: justify;
    }

    P.reviewed
    {
        font-family: arial, times, serif;
        font-size: 11pt;
    }

    ul.body
    {
        font-family: arial, times, serif;
        font-size: 13pt;
	text-align: justify;
    }
    ol.body
    {
        font-family: arial, times, serif;
        font-size: 13pt;
	text-align: justify;
    }

    SPAN.body
    {
        font-family: arial, times, serif;
        font-size: 13pt;
    }

    P.bodysans
    {
        font-family: tahoma, arial, helvetica, sans-serif;
        font-size: 13pt;
    }

    SPAN.bodysans
    {
        font-family: tahoma, arial, helvetica, sans-serif;
        font-size: 13pt;
    }

    /* ---------------- Body Links ---------------- */

    A.body
    { 
        font-family: arial, times, serif;
        font-size: 13pt;
    }

    A.body:link 
    { 
        color: navy;
    }

    A.body:visited
    { 
        color: navy;
    }

    A.body:hover
    { 
        color: #0000B0;
    }

    A.body:active
    { 
        color: #0000B0;
    }

    /* ---------------- Other Links ---------------- */

    A:link 
    { 
        color: navy;
    }

    A:visited
    { 
        color: navy;
    }

    A:hover
    { 
        color: #0000B0;
    }

    A:active
    { 
        color: #0000B0;
    }

    img
    {
        border-style: none;
    }