@charset "UTF-8";
/* CSS Document */

.eventHeader {
	font-weight: bold;
	text-align: left;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	color: #600;
	font-variant: small-caps;
}
.eventDetail {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 13px;
	padding-top: 10px;
	margin: 0px;
}
tr.eventDetail {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 13px;
	padding-top: 10px;
}
th {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 15px;
	font-weight: bold;
	color: #1D6FBD;
	background-color: #D4EEFC;
	text-align: left;
}
table.event {
	width: 95%;
	padding: 2px;
	margin: 10px;
	border: thin solid #999;
}
tr.dateTimeLocation {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	font-style: italic;
}
tr.links {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	font-weight: normal;
	line-height: 16px;
	background-color: #ECF7FD;
	padding-top: 10px;
	margin-top: 10px;
}

