body {
	margin: 0px;
	padding: 0px;
}

a {
	color: #0000FF;
	text-decoration: none;
}

table.calendar {
	border-style: dotted;
	border-collapse: collapse;
	border-width: 1px;
	border-color:#000000;
}

table.calendar caption.calendar-month {
	font-family: Tahoma;
	font-size: 20px;
	font-weight: bold;
	color: #000000;
	border-style: dotted;
	border-collapse: collapse;
	border-width: 1px;
	border-color: #000000;
	background: #B5E8FD;
}

table.calendar tr th.weekday {
	font-family: Tahoma;
	font-size: 16px;
	font-weight: bold;
	color: #000000;
	border-style: dotted;
	border-collapse: collapse;
	border-width: 1px;
	border-color: #000000;
}

table.calendar tr th#sunday {
	color: #FF0000;
}

table.calendar tr td {
	font-family: Tahoma;
	font-size: 14px;
	font-weight: bold;
	color: #000000;
	border-style: dotted;
	border-collapse: collapse;
	border-width: 1px;
	border-color: #000000;
}

table.calendar tr td.today {
	background-color: #AAAAAA;
}

table.calendar tr td span.holiday {
	color: #FF0000;
}

table.calendar tr td table tr td {
	margin: 0px;
	padding: 0px;
	border: none;
	text-align: center;
	font-size: 12px;
	font-weight: normal;
	color: #000000;
}

div.holiday {
	font-family: Tahoma;
	font-size: 14px;
	color: #000000;
	font-weight: bold;
}

div.holiday span.date {
	color: #FF0000;
}