/*event table stylesheet */
div.events {
	margin-left: 25px; 
	margin-right:25px;
	font: 14pt;
	}
	
div.events > table {
	
	}
	
td{
	width: 300px;
	}
	
td.header {
	font-weight: bold;
	font:13pt Book Antiqua;
	border-bottom: thin black dotted;
	width: 100%;
	}
	
