body         { font-family: arial; font-size:9pt; color: #000000; text-decoration: 
               italic font-weight normal }
A:LINK	
	{
	font-size: "11pt";
	font-family: "arial";
	color: white;
	text-decoration: bold
	}

A:VISITED
	{
	font-size: "11pt";
	font-family: "arial";
	color: white;
	text-decoration: bold
	}

A:HOVER
	{
	font-size: "11pt";
	font-family: "arial";
	color: brown;
	text-decoration: bold
	}

A.menu:LINK	
	{
	font-size: "11pt";
	font-family: "arial";
	font-weight: bold;
	color: darkgrey;
	text-decoration: bold
	}

A.menu:VISITED
	{
	font-size: "11pt";
	font-family: "arial";
	font-weight: bold;
	color: white;
	text-decoration: none
	}

A.menu:HOVER
	{
	font-size: "12pt";
	font-family: "arial";
	font-weight: bold;
	color: black;
	text-decoration: none
	}

H1	{
	font-family: "georgia";
	font-size: 11pt";
	color: black;
	font-weight: normal;
	}

H2	{
	font-family: "Tahoma";
	font-size: "10pt";
	color: black;
	font-weight: normal;
	}

H3	{
	font-family: "Arial";
	font-size: "10pt";
	color: Green;
	font-weight: bold;
	}

H4	{
	font-family: "Arial";
	font-size: "10pt";
	color: Yellow;
	font-weight: normal;
	}

H5	{
	font-family: "Frutiger 45 Light";
	font-size: "10pt";
	color: ~Purple;
	font-weight: bold;
	font-style: italic;
	background: transparent
	}

H6	{
	font-family: "Frutiger 45 Light";
	font-size: "10pt";
	color: red;
	font-weight: bold;
	}

B, STRONG
	{ 
	font-weight: bold
	} 

I, CITE, EM, VAR, ADDRESS, BLOCKQUOTE
	{ 
	font-style: italic 
	}

PRE, TT, CODE, KBD, SAMP
	{ 
	font-family: monospace 
	}