/* The general purpose style sheet for Umuzi... 
remember that what you're doing here is defining the tags you
will be using on each of the pages... You can override
these settings by changing inline styles. */

/*and also remember that these braces are how you comment
in css files - it's not html. */



img			{border: 0;}

td	 		{font-size:9pt;
			font-family: arial, helvetica;
			color: #333333;}

td.just	 		{font-size:9pt;
			font-family: arial, helvetica;
			color: #333333;
			text-align: justify;}



/* span definitions work within tables */


span.head 		{font-size:12pt;
			font-family: arial, helvetica;
			color: #990033;
			font-weight:bold;}

span.head2 		{font-size:12pt;
			font-family: arial, helvetica;
			color: #333333;
			font-weight:bold;}

span.bold		{font-size:9pt;
			font-family: arial, helvetica;
			font-weight:bold;
			color: #990033;}
			
span.cathead		{font-size:21pt;
			font-family: arial, helvetica;
			font-weight:bold;
			color: #cc0000;}

span.rpadimg		{padding-right:5;}






a:link			{color: #990033;}

a:visited		{color: #990033;}

a:active		{color: #cc9966;}




