	.cal {
		height: 15;
		width:21;
		overflow: hidden;
		text-align : center;
		font-size: 11px;
		COLOR: #ffffff;
	}
	A.cal {
		height: 15;
		width:21;
		overflow: hidden;
		text-align : center;
		font-size: 11px;
		COLOR: #ffffff;
	}
	A.cal:visited
	{
		COLOR: #ffffff;
	}
	A.cal2 {
		height: 15;
		width:21;
		overflow: hidden;
		text-align : center;
		font-size: 11px;
		COLOR: #ff5050;
	}
	A.cal2:visited {
		COLOR: #ff5050;
	}
	.calHeader
	{
		padding-top:2;
		height:16;
		width:100;
		font-family : Arial, Helvetica, sans-serif;
		font-size: 11px;
		font-color:#ffffff;
	}
	.calButton
	{
		font-size: 11px;	
		position: relative;
		top: -4;
		border: none;
		background: transparent;
		cursor: hand;
	}
