	body {
      color             : #ddd;
      font              : 12px/14px arial;
      margin            : 0;
      overflow			: hidden;
      padding           : 0;
	}
	
	h2 {
		color			: #000;
		font			: 14px/16px Georgia,serif;
		font-weight		: bold;
	}

	caption {
		color			: #000;
		font-size		: 14px;
		height			: 18px;
		margin			: 5px 0 0;
	}
	
	caption .left {
		left			: 5px;
		position		: absolute;
		z-index			: 5;
	}
	
	caption div {
		font-size		: 12px;
		left			: 0;
		margin			: 0 auto;
		position		: absolute;
		text-align		: center;
		width			: 100%;
		z-index			: 0;
	}

	caption .right {
		position		: absolute;
		right			: 5px;
		z-index			: 5;
	}

	table.calendar {
		margin			: 0 auto;
		padding			: 0;
		width			: 98%;
	}
	table.calendar th {
		border-bottom	: 2px solid #000;
		border-top		: 1px solid #000;
		color			: #000;
		font-weight		: normal;
	}
	
	table.calendar {
		text-align		: center;
	}
	
	table.calendar td, table.calendar th {
		padding			: 2px 5px;
	}
	
	a {
		color			: #000;
		text-decoration : none;
	}
	
	td.today a {
		color			: #fff;
	}

	td.today {
		background		: #000;
	}

	.clear, .spacer { clear: both; font-size: 0; line-height: 0; height: 0; }
	
	.spacer { height : 10px; }