<style>{  }

HR  {
	color : #808080;
}

/* make all hyperlinks Arial, 10pt, green with no underline*/
A:link, A:visited  {
	font-family : Arial;
	font-size : 10pt;
	color : #808080;
	text-decoration : none;
	font-weight : bold
}

/* make all active hyperlinks Arial, 10 pt, green with no underline*/
A:hover  {
	font-family : Arial;
	font-size : 10pt;
	color : #0000FF;
	text-decoration : none; font-weight:bold
}

/* make sure that hyperlinks on coloured backgrounds do not disappear by making them
		  Arial, 10pt, white with no underline*/
a:link.plain, a:visited.plain  {
	font-family : Arial;
	font-size : 10pt;
	color : #FF0000;
	text-decoration : none; font-weight:bold
}

/* make sure that active hyperlinks on coloured backgrounds do not disappear by making them
		  Arial, 10pt, light grey and underlined*/
a:hover.plain  {
	font-family : Arial;
	font-size : 10pt;
	color : #999999;
	text-decoration : underline;
}

/* make all paragraphs Arial, 10pt and black*/
P  {
	font-family : Arial;
	font-size : 10pt;
	color : #000000
}

/* make all Heading1 text Arial, 12pt, automatic colour and bold*/
H6  {
	font-family : Arial;
	font-size : 10pt;
	font-weight : bold;
	color : #FF0000; text-decoration:underline 
}

/* make all Heading1 text Arial, 12pt, automatic colour and bold*/
H1  {
	font-family : Arial;
	font-size : 14pt;
	font-weight : bold;
	color : #99CCFF; 
}

/* make all Heading2 text Arial, 10pt, grey, bold and small caps*/
H2  {
	font-family : Arial;
	font-size : 10pt;
	font-weight : bold;
	color : #000080; text-decoration:underline
	
}

/* make all Heading3 text Arial, 10pt, grey, bold*/
H3  {
	font-family : Arial;
	font-size : 10pt;
		
}

h4           { font-family: Arial; font-size: 10pt; font-weight: bold }
/* make all list entries Arial, 10pt and black*/
LI  {
	font-family : Arial;
	font-size : 10pt;
	color : #000000
}

/* make all Heading6 text Arial, 12pt, automatic colour and bold*/
H5  {
	font-family : Arial;
	font-size : 12pt;
	font-weight : bold;
	color : #99CCFF; 






tr           { font-family: Arial;
				font-size : 10pt
}

td           { font-family: Arial;
				font-size : 10pt
}th           { font-weight: bold; background-color: #C0C0C0 }