*,form  {
	font-family: Trebuchet MS, Helvetica, Arial;
	font-size: 10pt;
}	
.Provisional {
background:#FFCC99;
}
.Confirmed {
background:#33FF99;
}
.Postponed {
background:#FFFF66;
}
.Cancelled {
background:#FF6699;
}

a:link {
color:black;
text-decoration:none;
}
a:visited {
color:black;
text-decoration:none;
}


th	{
background:#FFFFCC;
border: thin solid white;
}

.calendarTable {
width: 100%;
}

.normalCell	{
background:#E7EBF7;

border: thin solid white;

}
.selectedCell {
background:#CED4E0;
border: thin solid white;

}


h1 {
	font-size: 230%;
}
h2 {
	font-size: 150%;
}
footer {
	font-size: 15%;
}

.RedText {
	color: #FF0000;
}

.WhiteText {
	color: #FFFFFF;
	font-weight:bold;
}
