

body {
	color: black;
	font-family: times;
	font-size: 10pt;
}

#navi, #nav {
	display: none;
}

.date{
	font-size: 10pt;
	font-weight: bold;
	background-color: #ccc;
	}


table#events{
	width: 100%;
	font-size: 10pt;
	margin-left: auto;
	margin-right: auto;
	padding: 0;
	
}

th{
	border-bottom: 3px solid #ccc;

}

td.space{
	
}

th.date
{
	
	font-weight: bold;
	padding-top: 0;
	padding-bottom: 0;
	padding-left: 0;
	margin-top: 0;
	text-align: left;
	
}
th{

}
td.time{
	
	font-weight: bold;

	padding: 5px 5px 1px 5px;
	margin: 0;
	
	vertical-align: top;
	border-left: 1px dotted #ccc;
	
	
}	


td.venue{

	
	
	color: black;
	padding: 5px 5px 1px 5px;
	
	font-weight: bold;
	margin: 0;
	vertical-align: top;
	border-left: 1px dotted #ccc;
	
}
td.event{
	color: black;
	padding: 5px 0px 1px 5px;
	
	margin: 0;
	
	font-weight: normal;
	vertical-align: top;
	border-left: 1px dotted #ccc;
	}

