.add {
	font-size: 8pt;
}
.date {
	font-size: 12pt;
	align: left;
}
.standard_table_data {
//	border: 1px solid black;
	border-top: 1px solid gray;
	border-right: 1px solid gray;
	background-color: white;
}


.calendar_table {
	background-color: white;
	width: 15%;
	padding: 5px;
	font-weight: bold;
	border-top: 1px solid black;
	border-right: 1px solid black;
}

.calendar_table_header {
	background: grey;
	color: black;
	font-weight : bold;
	padding: 5px;
	letter-spacing: 1px;
	border-top: 1px solid black;
	border-right: 1px solid black;
	border-bottom: 1px solid black;
	border-left: 1px solid black;
	vertical-align: top;
}
.calendar_table a { text-decoration: none; }
.calendar_table a:link { color: #4D3811; }
.calendar_table a:visited { color: #4D3811; }
.calendar_table a:hover { color: black; }