A {cursor: hand;
background: transparent}

a {cursor: hand;
background: transparent}

/* CALENDAR  */
.CalTable
	{
	background-color:#E0E0E0;
	}

.CalHeading
	{
	background-color:#004990;
	color: #ffcc00;
	font-weight: bold;
	font-size: 12pt;
	}

.CalDayHeading
	{
	background-color: #ffcc00;
	Font-weight: bold;
	color: black;
	}	
	
.CalNoDay
	{
	background-color:#bfcfdf;
	FONT-FAMILY:Times New Roman; 
	font-size: 10pt;
	}

.CalDay
	{
	background-color: #f6f6f6;
	FONT-FAMILY: Times New Roman;
	font-size: 10pt;
	}
.CalDayCur
	{
	background-color: white;
	FONT-FAMILY: Times New Roman;
	font-size: 10pt;
	}
.CalDaySel
	{
	background-color: #f6f6f6;
	FONT-FAMILY: Times New Roman;
	font-size: 10pt;
	}
a.Calevent
	{
	text-decoration: none;
	color: black;
	font-size: 10px;
	font-family: Times New Roman;
	font-weight: normal;
	}

a.Calevent:hover
	{
	text-decoration:none; 
	color: black;
	font-size: 10px;
	font-family: Times New Roman;
	font-weight: normal;
    text-decoration:underline; 
	}
