.EventsListTable {
	font-family: verdana, arial, helvetica, sans-serif;
	color: #115511;
	font-size: 12px;
}

.EventsListRow {
	background: #D7ECD0; 
	font-size: 12px;
}

.EventsListHeader {
	font-weight: bold;
	padding: 5px 1px 5px 3px;
}

.EventsListDate {
	font-weight: normal;
	padding: 5px 1px 5px 3px;
}

.EventsListTime {
	font-weight: normal;
	padding: 5px 1px 5px 3px;
}

.EventsListTitle {
	font-weight: normal;
	padding: 5px 1px 5px 3px;
}

.EventsListTitle a:link,
.EventsListTitle a:visited,
.EventsListTitle a:active{
	color: #115511;
	font-weight: bold;
	padding: 5px 1px 5px 3px;
}

.EventsListLocation {
	font-weight: normal;
	padding: 5px 1px 5px 3px;
}

.EventsSingleTitle {
	font-family: verdana, arial, helvetica, sans-serif;
	color: #115511;
	font-size: 16px;
	/*
	margin-top: 6px;
	margin-bottom: -15px; */
	padding-top: 0px;
	font-weight: bold;
}

.EventsSingleShortDescription {
	font-family: verdana, arial, helvetica, sans-serif;
	color: #115511;
	font-size: 13px;
	font-weight: bold;
	text-align: justify;
}

.EventsSingleDescription {
	font-family: verdana, arial, helvetica, sans-serif;
	color: #115511;
	line-height: 145%;
	font-size: 13px;
	font-weight: normal;
	text-align: justify;
}

.EventsSingleDetails {
	font-family: verdana, arial, helvetica, sans-serif;
	color: #115511;
	line-height: 145%;
	font-size: 13px;
	font-weight: normal;
	text-align: justify;
}

.EventsSingleLink {
	font-family: verdana, arial, helvetica, sans-serif;
	color: #115511;
	font-size: 11px;
	font-weight: normal;
}

.EventsSingleBackLink {
	font-family: verdana, arial, helvetica, sans-serif;
	color: #115511;
	font-size: 11px;
	font-weight: normal;
}


