<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/* FOR HOMEPAGES AND MAIN PAGES */

/***** Subsection Headers &amp; Footers (like headlines, calendar events, etc.) ***************************************/
.subsectionHeader {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.75em;
	font-weight: bold;
	padding-top: 5px;
	padding-left: 6px;
	padding-bottom: 6px;
	text-decoration: none;
	border: none;
}
.subsectionHeader a {
	text-decoration: none;
	border: none;
	color: #000000;
}
.subsectionHeader a:hover {
	text-decoration: underline;
	color: #000000;
}
.subsectionHeader a:visited {
	color: #000000;
}
.subsectionFooter {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.65em;
	font-weight: bold;
	text-align: right;
	padding-right: 12px;
	padding-bottom: 7px;
}
/***** Subsection Content ***************************************/
.newsItem {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.75em;
	margin-top: 2px;
	margin-left: 8px;
	margin-bottom: 8px;
	margin-right: 4px;
	padding-bottom: 12px;
	border-bottom: 1px dashed #C3C3C3;
}
.calendarItem {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.75em;
	padding: 3px;
	padding-left: 4px;
}
.calendarItemTime {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.69em;
	color: #757575;
	padding-left: 12px;
	padding-bottom: 5px;
	font-size: 11px;
}
a.img {
	border: none;
	text-decoration: none;
}
</pre></body></html>