@charset "UTF-8";
/* CSS Document */
table {
	vertical-align:top;
	}
.month {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: bold;
	color: #095ba5;
	text-decoration: none;
}
.calendarnote {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	color: #095ba5;
	text-decoration: none;
}
.calendartext {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	color: #000000;
	text-decoration: none;
	line-height: normal;
}
.numbers {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: normal;
	font-weight: bold;
	color: #464646;
	text-decoration: none;
	background-color:#6699CC;
}
.soloday {
	font-size:10px;
	font-weight:bold;
	text-align:center;
	}
.cal td {
	background-color:#D6E5F6;
	}
#blankday {
	background:#ebebeb;
	}
.calheader
	{
	background-color:#D6E5F6;
	text-align:center;
	}
.calheader h1 {
	color:#0033AA;
	margin:15px;
	}