body,td,th {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #333333;
}
.pageHead{
	font-size: 14px;
	color: #295689;
	font-weight: bold;
}
.eventTitle {
	font-size: 22px;
	color: #295689;
}

/* Breadcrumb Link Style */
.breadcrumb {
	color: #660033;
	text-decoration: none;
}
.breadcrumb:hover {
	text-decoration: underline;
	color: #660033;
}

/* Calendar Link Style */
.calendarLink {
	color: #295689;
	text-decoration: none;
}
.calendarLink:hover {
	text-decoration: underline;
	color: #660033;
}
/* Headline Link Style */
.headLine {
	font-weight: bold;
	color: #295689;
	text-decoration: none;
}
.headLine:hover {
	color: #660033;
	font-weight: bold;
	text-decoration: underline;
}
A {
	color: #295689;
	text-decoration: underline;
}
A:hover {
	text-decoration: underline;
	color: #660033;
}

