body {
	font-size: 10pt;
}
.month {
	font-family: Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	background-color: #0066CC;
	text-align: center;
	font-style: italic;
	font-weight: normal;

}
.busy {
	font-weight: bold;
	background-color: #FF0000;
	text-align: center;
	font-family: "Courier New", Courier, mono;
	/*font-size: smaller;*/
	text-decoration: line-through;

}
.avail {
	background-color: #00FF00;
	text-align: center;
	font-family: "Courier New", Courier, mono;
	/*font-size: smaller;*/
}
.blank {
	background-color: #FFFFFF;
	color: #000000;
	text-align: center;
	font-family: "Courier New", Courier, mono;
	font-size: 12px;
}
.weekH {
	font-family: Arial, Helvetica, sans-serif;
	color: #0000CC;
	background-color: #00CCFF;
	text-align: center;
	font-weight: bold;
	/*font-size: smaller;*/

}
.sun {
	color: #CC0033;
}

