
.event {
	margin-bottom: 15px;;
}
	.event .date {
		font-style: italic;
		font-family: Arial, Helvetica, sans-serif;
		margin: 0;
		color: #333;
	}
	.event h2 {
		text-transform: none;
		margin: 0;
		font-weight: bold;
		color: #000;
	}
	.event h2 a {
		text-transform: none;
		margin: 0;
		font-weight: normal;
		color: #630;
		text-decoration: none;
	}
	.event .description {
		margin: 0;
	}
	.event .location {
		font-style: italic;
		font-weight: bold;
		font-family: Arial, Helvetica, sans-serif;
		margin: 0;
	}



.page_content table {
	margin-bottom: 15px;
}
	.page_content table tr {
		
	}
		.page_content table tr th {
			font-weight: normal;
		}
		.page_content table tr td {
			font-family: Arial, Helvetica, sans-serif;
		}
		.page_content td,
		.page_content th {
		}
		.page_content td {
			padding: 0;
		}
		.page_content th {
			padding: 5px 10px 5px 0;
		}
			.page_content table tr td span,
			.page_content table tr td a {
				padding: 5px;
				display: block;
				margin: 0 5px 5px 0;
			}
			.page_content table tr td span {
				visibility: hidden;
			}
			.page_content table tr td a {
				visibility: visible;
				background-color: #C9D5C0;
				text-decoration: none;
			}
			.page_content table tr td a.active {
				color: #000;
			}
.view_all {
	margin-bottom: 25px;
	height: 30px;
}
	.view_all a {
		background-color: #C9D5C0;
		text-decoration: none;
		padding: 5px;
		font-family: Arial, Helvetica, sans-serif;
	}
	.view_all a.active {
		color: #000;
	}
	
