<Style Type-"type/css">
<!--
/* Last updated: 
24-Jul-2000 -- Addition of <LI> element, 
               plus putting attributes into alphabetical order
03-Aug-2000 -- Addition of H4 element (fourth heading)
29-May-2001 -- Arial font added to verdana
*/

/*
SITE.CSS */
/* CSS definition file containing site wide stylesheets 
P { font-family: Arial, Helvetica, Univers, 'Zurich BT', sans-serif;} */

STYLE.CSS
/* CSS definition file containing sitestyle stylesheets 
BODY { background-color: rgb(255,255,255);}
 A:active { color: rgb(0,102,255);}
 A:link { color: rgb(0,0,102);}
 A:hover { color: rgb(255,0,0);}
 A:visited { color: rgb(0,102,153);} */


H1	{
	Color			:	#000000;	/* rrggbb */
	Font-Family		:	arial;
	Font-Size		:	14pt;
	Font-Style		:	normal;	/* italic */
	Font-Weight		:	bold;
	Text-Align		:	left;
	}

H2	{
	Color			:	#000000;	/* rrggbb */
	Font-Family		:	arial;
	Font-Size		:	12pt;
	Font-Style		:	normal;
	Font-Weight		:	bold;
	Text-Align		:	left;
	}

Body	{
	Background-color	:	#666666;
	Margin-Left		:	0cm;
	Margin-Right	:	0cm;
	}

A.link	{
	Color			:	#ffffff;
	Text-decoration	:	underline;
	}

A.link:hover
	{
	Color			:	#9c2942;	/* 0000ff blue */
	Text-decoration	:	none;
	}

P
	{
	Color			:	#ffffff;
	Font-Family		:	verdana, arial;
	Font-Size		:	9pt;
	Margin-Left		:	0.5cm;
	Margin-Right	:	0.5cm;
	}

P.smallcaps
	{						
	Color			:	#000000;
	Font-Family		:	Times;
	Font-Size		:	7.5pt;
	Font-Variant	:	Small-Caps;
	Font-Weight		:	normal;
	}

TR, TD
	{
	Color			:	#ffffff;
	Font-Family		:	verdana, arial;	/* font name goes here */
	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>