.MonthNames {
	font-size: 1.7em;
	font-weight: bold;
	color: rgb(66,70,81);
	text-align: center;
}
.MonthNav {
	text-align: center;
	width: 100%;
	margin-top: 10px;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 10px;
	padding: 0px;
	font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
}
.ArchivedEvents {
	width: 75%;
	margin-right: auto;
	margin-left: auto;
	text-align: left;
}
.ArchivedEvents a {
	width: 75%;
	margin-right: auto;
	margin-left: auto;
	color: rgb(77,33,100);
	text-align: left;
}

.ArchivedEvents table {
	background-color: rgb(245,253,211);
	width: 100%;
	text-align: left;
	border: medium solid rgb(82,68,68);
}
.ArchivedEvents table tr {
	background-color: rgb(245,253,211);
	width: 100%;
	text-align: left;
}
.ArchivedEvents table td {
	background-color: rgb(245,253,211);
	text-align: left;
	padding: 4px;
	border: thin solid rgb(82,68,68);
}


.MonthNav a {
	color: rgb(46,48,50);
	text-decoration: none;
}
.MonthNav a:hover {
	color: rgb(77,33,100);
	text-decoration: none;
	font-weight: bold;
}
.MonthNav table {
	text-align: center;
	width: 100%;
	margin-right: auto;
	margin-left: auto;
	padding: 0px;
}
.MonthNav table tr {
	text-align: center;
}
.MonthNav table td {
	text-align: center;
	padding: 2px;
	width: auto;
	margin-right: auto;
	margin-left: auto;
	color: rgb(46,48,50);
	border: medium solid rgb(255,255,255);
	background-color: rgb(144,148,157);
}
.Calendar {
	text-align: center;
	width: 100%;
}
.Calendar a {
	color: rgb(77,33,100);
}

.Calendar table {
	font-family: Verdana, Geneva, sans-serif;
	background-color: rgb(245,253,211);
	border: medium groove rgb(46,48,50);
	width: 98%;
	text-align: center;
	margin-right: auto;
	margin-left: auto;
}
.Calendar table tr {
	/* [disabled]padding: 2px; */
	/* [disabled]border: thin solid rgb(255,255,255); */
}
.Calendar table td {
	width: 14.2%;
	border: thin solid rgb(66,70,81);
	text-align: center;
	vertical-align: top;
	font-size: 0.8em;
}
.CalNums {
	font-size: 1.1em;
	font-weight: bold;
	width: 100%;
	margin: 0px;
	padding: 0px;
	height: auto;
	text-align: left;
}
