/* CSS Document */

	.events
	{ font-size: smaller;
		font-family: helvetica,arial,sans-serif;
	}

	BODY 
	{ font-family: helvetica,arial,sans-serif;
		color: #000000;
		background: #ffffff;
	}					
		
	TABLE 
	{ border-style: none;
		text-align: left; 
		margin-left: auto;
		margin-right: auto;"
	}
		 
	TD 
	{ text-align: left;
	}
		
	TD.logo
	{  vertical-align: top;
     align: left;
	} 
					
	TD.address 
	{ font-size: smaller;
		text-align: center;
	}
		
	TABLE.main
	{ width: 530px;
	}
		
	TD.main
	{ width: 380px;
		vertical-align: top; 
	}		

	H1.events
	{ font-weight: bold; 
		color: #000099;
	}
		
	.orange
  {	color: #ff6600;
	  font-weight: bold;
	}
	
	.italic-bold
	{  font-style: italic;
     font-weight: bold;	
		 color: #000000;
	}	
	
	.italic
	{ font-style: italic;
	   color: #000000;
	}	

