			/* These CSS rules are specific to calendar.html */
				
	table
		{
	position:			absolute;
	top:				135px;
	left:				40px;
	width:				520px;
	font-size:			10pt;
	font:				arial;
	font-weight:		normal;
	color:				#000000;
	list-style-type: 	disk;
	background-color:	transparent;
	border:			thin none #00ff00;
	height: 1px;

		}
		
	td
		{
			height:				20px;
			text-align:			right;
		}
		
	td.left
		{
			height:				20px;
			text-align:			left;
			width:				110px;
		}
		
	.a, .b
		{
			font-weight:		bold;
			font-size:			12pt;
			text-decoration:	underline;
			text-align:			center;
		}
