table.important_dates_table {
	width: 100%;
	border-collapse: collapse;
}

td.important_dates_top_left_corner_cell {
	border-top: 0px;
	border-left: 0px;
	width: 200px;
}

td.important_dates_date_cell {
	border: 2px #AAAAAA solid;
	font-weight: bold;
	padding: 5px;
	text-align: center;
	background-color: #DFECF3;
	width: 200px;
}

td.important_dates_title_cell {
	border: 2px #AAAAAA solid;
	font-weight: bold;
	padding: 5px;
	text-align: center;
	background-color: #DFECF3;
}

td.important_dates_description_cell {
	border: 2px #AAAAAA solid;
	padding: 5px;
	text-align: left;
}