<Style Type-"type/css">
<!--
/* Last updated: 
28-Aug-2005 -- Start of construction
28-Sep-2005 -- Position of watermark set to 1.8cm (from 6.7cm)
22-Oct-2005 -- Insert colour of #adcead (pale green) to A.link:Hover 
*/

H1
    {
	Color					: #000000;	/* rrggbb */
	Font-Family				: arial;
	Font-Size				: 14pt;
	Font-Style				: normal;
	Font-Weight				: bold;
	Text-Align				: left;
	}

H2
    {
	Color					: #000000;
	Font-Family				: arial;
	Font-Size				: 12pt;
	Font-Style				: normal;
	Font-Weight				: bold;
	Text-Align				: left;
	}

Body
    {
	Background-color		: #ffffff;
	Background-position		: center 1.8cm;
	Background-attachment	: scroll;
	Background-repeat		: no-repeat;
	Margin-Left				: 0cm;
	Margin-Right			: 0cm;
	}

A.link
    {
	Color					: #0000ff; /* colour Blue */
	Text-decoration			: none;
	}

A.link:hover
	{
	Color					: #ff0000; /* #adcead colour Pale Green */
	Text-decoration			: underline;
	}

P
	{
	Color					: #000000;
	Font-Family				: verdana, arial;
	Font-Size				: 10pt;
	Margin-Left				: 0.5cm;
	Margin-Right			: 0.5cm;
	}

P.center
	{
	Text-Align				: center;
	}

P.smallcaps
	{
	Color					: #000000;
	Font-Family				: Times;
	Font-Size				: 7.5pt;
	Font-Variant			: Small-Caps;
	Font-Weight				: normal;
	}

TR, TD
	{
	Font-Family				: verdana, arial;
	Font-Size				: 9pt;
	}

.copyright
	{
	Color					: #C0C0C0;
	Font-Family				: verdana, arial;
	Font-Size				: 7pt;
	Font-Weight				: normal;
	}

.heading
	{
	Color					: #000000;
	Font-Family				: arial;
	Font-Size				: 13.5pt;
	Font-Weight				: bold;
	}

.text
	{
	Color					: #000000;
	Font-Family				: verdana, arial;
	Font-Size				: 8pt;
	Font-Weight				: normal;
	}

-->
</Style>