/*TEXT STYLES*/
/*THE MAIN COLOURED TEXT*/
.text0 {font-family: arial, helvetica, sans serif; font-size: 40pt; color: #990000; font-weight: bold;}
.text0a {font-family: arial, helvetica, sans serif; font-size: 40pt; color: #990000;}
.text1 {font-family: arial, helvetica, sans serif; font-size: 30pt; color: #990000; font-weight: bold;}
.text1a {font-family: arial, helvetica, sans serif; font-size: 30pt; color: #990000;}
.text2 {font-family: arial, helvetica, sans serif; font-size: 20pt; color: #990000; font-weight: bold;}
.text2a {font-family: arial, helvetica, sans serif; font-size: 20pt; color: #990000;}
.text3 {font-family: arial, helvetica, sans serif; font-size: 16pt; color: #990000; font-weight: bold;}
.text3a {font-family: arial, helvetica, sans serif; font-size: 16pt; color: #990000;}
.text4 {font-family: arial, helvetica, sans serif; font-size: 14pt; color: #990000; font-weight: bold;}
.text4a {font-family: arial, helvetica, sans serif; font-size: 14pt; color:# 990000;}
.text5 {font-family: arial, helvetica, sans serif; font-size: 12pt; color: #990000; font-weight: bold;}
.text5a {font-family: arial, helvetica, sans serif; font-size: 12pt; color: #990000;}
.text6 {font-family: arial, helvetica, sans serif; font-size: 10pt; color: #990000; font-weight: bold;}
.text6a {font-family: arial, helvetica, sans serif; font-size: 10pt; color: #990000;}

.text6italicbold {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	font-style: italic;
	font-weight: bold;
	color: 990000;
}

