body {
	margin: 0px;
	background-color: rgb(125,179,45);
}
a.link {
	color: rgb(62,90,22);
}
a.linkGray {
	color: rgb(175,175,175);
}
.headerLink {
	font-family: arial;
	font-size: 12px;
	font-weight: bold;
	color: rgb(255,255,255);
	text-decoration: underline;
}
.footerTextLarge {
	font-family: arial;
	font-size: 20px;
	font-weight: normal;
	color: rgb(255,255,255);
}
.footerTextSmall {
	font-family: arial;
	font-size: 11px;
	font-weight: normal;
	color: rgb(255,255,255);
}
.menuLink {
	font-family: arial;
	font-size: 14px;
	font-weight: bold;
	color: rgb(255,255,255);
	text-decoration: underline;
}
.adminLink {
	font-family: arial;
	font-size: 13px;
	font-weight: normal;
	color: rgb(125,179,45);
	text-decoration: underline;
}
.adminDataLabel {
	font-family: arial;
	font-size: 14px;
	font-weight: bold;
	color: rgb(75,75,75);
	padding: 3px;
}
.adminDataLabelChild {
	font-family: arial;
	font-size: 14px;
	font-weight: bold;
	color: rgb(75,75,75);
	padding: 3px;
}
.adminData {
	font-family: arial;
	font-size: 14px;
	font-weight: bold;
	color: rgb(75,75,75);
	padding: 3px;
}
.adminDataChild {
	font-family: arial;
	font-size: 14px;
	font-weight: bold;
	color: rgb(75,75,75);
	padding: 3px;
}
.adminTitle {
	font-family: arial;
	font-size: 20px;
	font-weight: normal;
	color: rgb(50,50,50);
}
.inputText {
	font-family: arial;
	font-size: 14px;
	font-weight: normal;
	color: rgb(75,75,75);
	background-color: rgb(255,255,255);
	border: 1px solid rgb(192,192,192);
	padding: 2px;
}
.inputTextChild {
	font-family: arial;
	font-size: 14px;
	font-weight: normal;
	color: rgb(128,128,128);
	background-color: rgb(255,255,255);
	border: 1px solid rgb(232,232,232);
	padding: 2px;
}
.inputTextarea {
	font-family: arial;
	font-size: 14px;
	font-weight: normal;
	color: rgb(75,75,75);
	background-color: rgb(255,255,255);
	border: 1px solid rgb(192,192,192);
	padding: 2px;
}
.inputSelect {
	font-family: arial;
	font-size: 14px;
	font-weight: normal;
	color: rgb(75,75,75);
	background-color: rgb(255,255,255);
	border: 1px solid rgb(192,192,192);
	padding: 2px;
}
.inputSelectChild {
	font-family: arial;
	font-size: 14px;
	font-weight: normal;
	color: rgb(128,128,128);
	background-color: rgb(255,255,255);
	border: 1px solid rgb(232,232,232);
	padding: 2px;
}
.inputSubmit {
	font-family: arial;
	font-size: 14px;
	font-weight: bold;
	color: rgb(50,50,50);
	background-color: rgb(244,244,244);
	border: 1px solid rgb(192,192,192);
	padding: 4px;
}
.headerText {
	font-family: arial;
	font-size: 20px;
	font-weight: normal;
	color: rgb(0,0,0);
}
.contactUsLabel {
	font-family: arial;
	font-size: 13px;
	font-weight: normal;
	color: rgb(50,50,50);
}
.contactUsInputText {
	font-family: arial;
	font-size: 13px;
	font-weight: normal;
	color: rgb(75,75,75);
	background-color: rgb(255,255,255);
	border: 1px solid rgb(192,192,192);
	padding: 2px;
}
.contactUsInputSelect {
	font-family: arial;
	font-size: 13px;
	font-weight: normal;
	color: rgb(75,75,75);
	background-color: rgb(255,255,255);
	border: 1px solid rgb(192,192,192);
	padding: 2px;
}
.contactUsTextarea {
	font-family: arial;
	font-size: 13px;
	font-weight: normal;
	color: rgb(75,75,75);
	background-color: rgb(255,255,255);
	border: 1px solid rgb(192,192,192);
	padding: 2px;
}
.weekdayName {
	font-family: arial;
	font-size: 13px;
	font-weight: normal;
	color: rgb(75,75,75);
	border-bottom: 1px solid rgb(192,192,192); 
	border-right: 1px solid rgb(192,192,192);
	padding: 3px;
}
.dayNumber {
	font-family: arial;
	font-size: 11px;
	font-weight: normal;
	color: rgb(75,75,75);
	border: 1px solid rgb(192,192,192);
	padding: 3px;
	width: 20px;
	height: 20px;
}
.dayCell {
	font-family: arial;
	font-size: 10px;
	font-weight: normal;
	color: rgb(75,75,75);
	border-bottom: 1px solid rgb(192,192,192); 
	border-right: 1px solid rgb(192,192,192);
	padding: 3px;
	width: 14.285%;
	height: 75px;
}
.dayCellEvent {
	font-family: arial;
	font-size: 9px;
	font-weight: normal;
	color: rgb(0,0,0);
	padding-left: 3px;
}