/*All text should be in default Arial font */
body 		{font: 10pt Arial;
		color: black;}

/*All text in table cells should be in default Arial font */
TD 		{font: 10pt Arial;
		color: black;}

/* Navigation bar links should be displayed in 10pt font */
DIV.linktext {font: 10pt Arial;
		font-weight: bold;
		color: #FFFFFF;
		text-align: left;}

/* Current page text on navigation bar to be displayed in different colour */
DIV.current {font: 10pt Arial;
		font-weight: bold;
		color: #0099FF;
		text-align: left;}
		
/* Footnote should be displayed in small italic font */
DIV.footnote {font: 8pt Arial;
		font-style: italic;
		text-align: center;}

/* Headings should be standard font BOLD */
H1	{font: 14pt Arial;
	font-weight: bold;
	color: #000066;}
H2   	{font: 12pt Arial;
	font-weight: bold;
	color: #000066}

/* remove automatic link decoration and custom colours*/
A	 	{font: 10pt Arial;
		text-decoration: none;}
A:link	{color: #000066;
		font-weight: bold;}
A:visited	{color: #0066CC;
		font-weight: bold;}
A:active	{color: #0066CC;
		font-weight: bold;}		

/* Navigation bar links should be displayed in 10pt font */
DIV.linkexc {font: 10pt Arial;
		color: black;}

