@charset "utf-8";
/* CSS Document */
div 
  { 
    font-size:9pt; 
    line-height:10pt; 
    font-family:Helvetica,Arial; 
  } 
  h3
  {
  margin-top:0;
  padding-top:0;
  font-size:12pt; 
    line-height:14pt; 
    font-family:Helvetica,Arial;
	}
	body {
	padding:0;
	margin:0;
	}
	div.center {
	text-align:center;
	}
	div.contain {
	width: 18em;
	text-align:center;
	}
	div.days {
	text-align:center;
	float: left;
	height:1.6em;
	border:thin solid #333333;
	}
	div.width {
	width: 2.4em;
	}
	.clear {
	clear:both
	}
	div.height {
	height: 2.2em;
	}
	div.today {
	text-align:center;
	height:2.2em;
	float: Left;
	background-color: #666666;
	color: #FFFFFF;
	border:thin solid #333333;
	}
	div.grey {
	text-align:center;
	height:2.2em;
	background-color: #CCCCCC;
	float: left;
	border:thin solid #333333;
	}
	div.day {
	text-align:center;
	height:2.2em;
	float: Left;
	border:thin solid #333333;
	}
