#content table.monthly {
	font-size: 100%;
	font-family: Verdana;
	}

#content table.monthly td.month {
	background: #c6c6c6;
	text-align: right;
	padding-right: 1em;
	}
	
#content table.monthly td.num {
	background: #336699;
	color: #fff;
	}
	
#content table.monthly th {
	background: #000;
	color: #fff;
	font-size: 93%;
	font-weight: bold;
	text-align: center;
	}

#content table.monthly th,
#content table.monthly td {
	border: none;
	font-size: 93%;
	}
	
#content table.monthly td.num-ss {
	background: #214466;
	color: #fff;
	text-align: right;
	padding-right: 1em;
	}

#content table.monthly td.invisible,
#content table.monthly th.invisible, {
	width: 20px;
	}
