	.Heading {
		color: white;
		font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
		font-weight: bold;
		font-size: 9pt;
	}
	.Date {
		color: black;
		font-family: Arial, Helvetica, sans-serif;
		font-weight: bold;
		font-size: 10pt;
	}
	
	.Event {
		color: black;
		font-family: Times;
		font-weight: normal;
		font-size: 10pt;
	}
	.Hours {
		color: black;
		font-family: Arial, Helvetica, sans-serif;
		font-weight: normal;
		font-size: 12pt;
	}
	input {      
      font-size:11px;
    }
	.DateName {
		color: black;
		font-family: Arial, Helvetica, sans-serif;
		font-weight: bold;
		font-size: 12pt;
		text-decoration: underline;
	}
	.ActionLink {
		color: blue;
		font-family: Arial, Helvetica, sans-serif;
		font-weight: normal;
		font-size: 9pt;
		text-decoration: underline;
	}
	.ActionLink:hover {
		color: red;
		font-family: Arial, Helvetica, sans-serif;
		font-weight: bold;
		font-size: 9pt;
		text-decoration: underline;
	}	
	.EventText {
		color: black;
		font-family: Arial, Helvetica, sans-serif;
		font-weight: normal;
		font-size: 9pt;
		text-decoration: normal;
	}
	body{
		background-color: rgb(218, 159, 32);
	}
	.DateNav {
		color: blue;
		font-family: Arial, Helvetica, sans-serif;
		font-weight: normal;
		font-size: 9pt;
		text-decoration: underline;
	}
	.DateNav:hover {
		color: red;
		font-family: Arial, Helvetica, sans-serif;
		font-weight: bold;
		font-size: 9pt;
		text-decoration: underline;
	}
	.DateNavEnd {
		color: Gray;
		font-family: Arial, Helvetica, sans-serif;
		font-weight: normal;
		font-size: 9pt;
		text-decoration: none;
	}