/*	Landells-Withers Group Ltd. - Generic Cascading Style Sheet for most web pages. *//*  Last.Update="20000926" */A:link	{color:blue}A:visited	{color:black}A:active	{color:teal}A:hover	{color:yellow}	p	/* Standard writing text */	{	font-family:verdana, arial, helvetica, sans-serif;	font-size:10pt;	font-weight:normal;	font-style:normal;	color:black;	text-align:justify;	}ul	/* Unordered list */	{	font-family:verdana, arial, helvetica, sans-serif;	font-size:10pt;	font-weight:normal;	font-style:normal;	color:black;	text-align:justify;	}ol	/* Ordered list */	{	font-family:verdana, arial, helvetica, sans-serif;	font-size:10pt;	font-weight:normal;	font-style:normal;	color:black;	text-align:justify;	}td	/* table cells */	{	font-family:verdana, arial, helvetica, sans-serif;	font-size:10pt;	font-weight:normal;	font-style:normal;	color:black;	text-align:justify;	}h1	/* Main page title (Silver) */	{	font-family:georgia, times new roman, times, serif;	font-size:36pt;	color:silver;	font-weight:bold;	font-style:italic;	text-align:center;	}h2	/* Main page smaller heading (White) */	{	font-family:georgia, times new roman, times, serif;	font-size:18pt;	color:white;	font-weight:bold;	font-style:normal;	text-align:center;	}h3	/* Headlines */	{	font-family:georgia, times new roman, times, serif;	font-size:24pt;	color:navy;	font-weight:lighter;	font-style:italic;	text-align:center;	}h4	/* Sub-headings */	{	font-family:georgia, times new roman, times, serif;	font-size:18pt;	color:navy;	font-weight:bold;	font-style:normal;	text-align:center;	}h5	/* footer-writing text (white) */	{	font-family:verdana, arial, helvetica, sans-serif;	font-size:9pt;	font-weight:medium;	font-style:normal;	color:white;	text-align:center;	}h6	/* footer-writing text (black) */	{	font-family:verdana, arial, helvetica, sans-serif;	font-size:9pt;	font-weight:medium;	font-style:normal;	color:black;	text-align:center;	}.a	/* TOP LEFT table cell */	{	background-color:navy;	text-align:center;	width:25%;	}.b	/* TOP RIGHT table cell */	{	background-color:navy;	text-align:center;	width:75%;	}.c	/* BOTTOM LEFT table cell */	{	background-color:navy;	text-align:center;	width:25%;	}.d	/* BOTTOM RIGHT table cell */	{	background-color:silver;	text-align:center;	width:75%;	}.e	/* Contents cell */	{	background-color:white;	text-align:left;	width:90%;	}.f	/* Footer cell */	{	background-color:navy;	text-align:left;	width:100%;	}.x	/* Dialog box title bar */	{	background-color:navy;	text-align:left;	width:100%;	}.y	/* Dialog box backdrop */	{	background-color:silver;	text-align:left;	}