@charset "UTF-8";

.scheduletable {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	line-height: 16px;
	width: 622px;
	margin: 10px 22px;
	border-collapse:collapse;
}
.scheduletable td{
	border-top-style: dotted;
	border-width: 2px;
	border-color: #aeaca2;
	vertical-align: top;
	padding: 5px 0 0;
}
.scheduletable td.eventdate{
	color:#66672c;
	width: 340px;
}
.scheduletable td.pubpriv{
	width: 55px;
}
.scheduletable td.eventlocation {
	color: #66672c;
}
.scheduletable td.eventtitle {
	border-top-style: none;
	border-bottom-style: dotted;
	font-weight:bold;
	color:#126634;
	padding: 0 0 5px;
}
.scheduletable td.eventtitle a{
	text-decoration: underline;
	color:#126634;
}


h3{
	font-family: Georgia,"Times New Roman",Times,serif;
	font-size: 14px;
	color: #ed8002;
	margin: 25px 0px 5px 22px;
}