table.event-table {
	font-family: Arial, Helvetica, sans-serif;
	size: 10px;
	width: 100%;
	height: 80px;
	vertical-align: top;
}

table.event-table td.event-date {
	font-size: 11px;
	font-weight: bold;
	height: 12px;
	vertical-align: top;
}

td.text-bold-white {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #FFFFFF;
	font-weight: bold;
	background-color: #91A173;
	padding: 3px;
	text-align: center;
	vertical-align: middle;
	width: 14%;
	height: 15px;
}

table.event-table td.event-content {
	vertical-align: top;
	font-size: 10px;
	color: #0000FF;	
	height: 100%;
}

a.event-link {
	font-size: 10px;
	color: #0000FF;	
}

a.navigation {
	font-size: 12px;
	color: #FFFFFF;	
	font-weight: bold;
}

td.normal {
	font-size: 12px;
	text-align: center;
}
