/* Nzinga Dance Cascadign Style Sheet 
   Created by Guest Consultancy
   July 2004
   Contact tguest@guestconsultancy.com */
   
/* Background Image to be displayed on all web pages */   
BODY {
			margin: 0;
			padding: 0;
			background: #FEFFEC url(../Graphics/background_dancers.gif) no-repeat 50% 0;
	 }
	  
/* borders around images in the main body ? */

IMG.main 
		{
	   		border-width:			0;
	  	}
	
/* Div Tag Styles Used int eh main body of text*/

DIV.left
		{	
			float:					left; 
			width:					48%;
		}
		
DIV.right
		{	
			float:					right; 
			width:					48%;
		}

.NormalText, body, td	{
			font-family:			"Times New Roman", Arial;
	 		color:					#000000;
			font-size:				17px;

		
		}		

* .small
		{
	 		font-weight: 			bold;
			font-size:				9px;
			
		
		}
* .smallCopy
		{
			font-weight: 			normal;
			font-size:				9px;
			
		
		}
		
* .copywrite
		{
	 		font-weight: 			bold;
			font-size:				13px;
			
		
		}							
/* Textual Styles */

