.calendar
{ font-family: Verdana;font-size: 8pt;position: relative; width: 160px;height: 125px; 
  background-color: #CCCCCC; border-style: solid; border-width: 1px; border-color: #3D4618; }

.calFrame 
{ position: absolute; left: 75; top: 100; }

.calDay
{ background-color: #CCCCCC; border-style: inset; border-width: 0; cursor: hand; text-align: center; color: #000000;}

.calMonthname
{ font-size: 11px; font-family: Arial; font-weight: bold; text-align: center; color: #3D4618;
	background-color: #E3EDB9; border-style: inset; border-width: 0; }

.calDayname  
{ font-family: Arial; font-size: 10px; font-family: Verdana; font-weight: bold; text-align: center; color:#000000;
  background-color: #999999; border-style: inset; border-width: 0; }

.calToday  
{ font-family: Arial; font-size: 10px; font-family: Verdana; font-weight: bold; text-align: center; color: #3D4618;
  background-color: #E3EDB9; border-style: inset; border-width: 0; cursor: hand; }

.calClicker
{ text-align: Center; color: #3D4618;
  background-color: #E3EDB9; border-style: none; border-width: 0; cursor: hand; }

A.ahreflink {
	color: #3D4618;
	text-decoration: none;
}
A.ahreflink:hover {
	color: #F5F5F5;
	text-decoration: none;
}