@charset "UTF-8";
/* CSS Document */

.important_dates h6 {
	font-variant: small-caps;
	text-align: left;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #333;
	padding-top: 5px;
}
table {
	margin: 0px;
	padding: 0px;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	text-align: center;
}
.important_dates h5 {
	text-transform: uppercase;
}

h6 {
	font-size: 12px;
	text-align: left;
	text-transform: uppercase;
}
.important_dates .notes {
	font-style: italic;
	margin-left: 20px;
	display: block;
}
