	DIV.TextJustify { text-align: justify }
	DIV.TextLeftJustify { text-align: left }
	DIV.TextRightJustify { text-align: right }
	DIV.TextCenter { text-align: center }
	DIV.YellowJustified { text-align: justify; color: #ffff00 }
	DIV.BoldRedHeader { font: bold; font-size: xx-large; color: #980030 } 
	DIV.BoldBlueHeader { font: bold; font-size: xx-large; color: #0000ff } 
	DIV.FontBlueLargeBold { font: bold; font-size: large; color: #0000ff } 
	DIV.FontRedLargeBold { font: bold; font-size: large; color: #980030 } 
	DIV.FontHeaderColour { font: bold; font-size: x-large; color: #980030 } 

	P.BoldRedHeader { font: bold; font-size: xx-large; color: #980030 } 
	P.BoldBlueHeader { font: bold; font-size: xx-large; color: #0000ff } 
	P.FontBlueLargeBold { font: bold; font-size: large; color: #0000ff } 
	P.FontRedLargeBold { font: bold; font-size: large; color: #980030 } 
	P.FontRedBold { font: bold; color: #980030 } 

	TR.BGColourWhite { font: color: #ffffff } 
	
