	.header {
		font-size:20pt; 
		font-weight:bold;
	}
	
	.helpSectionHeader{
		font-size:14pt; 
		font-weight:bold;
		font-family:sans-serif;
	}

	.helpSectionText{
		font-size:10pt; 
		font-family:sans-serif;
	}
	
	td.tableHeader {
		background-color: #800000;
		color: #ffffff;
		font-size:12pt;
		font-weight:bold;
	}
	td.tableFooter {
		background-color: #800000;
		color: #ffffff;
		font-size:12pt;
	}
	td.month	{
		background-color:#ffffff;
		font-size: 12pt;
		font-weight:bold;
	}
	td.cellAM	{
		background-color:#ffffff;
		border-left:solid white 2px;
		border-top:solid black 1px;
		font-size: 10pt;
	}
	
	td.cellPM	{
		background-color:#FFE0E0;
		border-left:solid white 2px;
		font-size: 10pt;
	}

