.date {
	font-size: 11px;
	color: #663300;
}


table.dateTable {
	table-layout: fixed;
	font-family: Georgia, Times, Verdana;
}

table.dateTable td.tableHead {
	width: 150px;
	table-layout: fixed;

	padding: 5px;
	font-size: 17px;
	color: #003366;
	
	border: 0px;
	border-color: #000000;
	border-style: solid;
	border-bottom-width: 3px;
	border-right-width: 3px;
}

table.dateTable td.colHead {
	width: 120px; 

	padding: 5px 15px 5px 15px;
	
	font-size: 13px;
	line-height: 14px;
	color: #003366;

	border: 0px;
	border-color: #000000;
	border-style: solid;
	border-bottom-width: 3px;
}


table.dateTable td.rowHead {
	width: 153px;
	padding: 5px;
	
	font-size: 12px;
	line-height: 13px;
	
	border: 0px;
	border-color: #000000;
	border-bottom-color: #cccccc;
	border-style: solid;
	border-bottom-width: 1px;
	border-right-width: 3px;
	
	cursor: pointer;
}

table.dateTable td.body {
	font-family: Georgia, Times, Verdana;
	font-size: 11px;
	font-weight: bold;
	line-height: 11px;
	
	padding: 15px;
	
	border: 0px;
	border-color: #cccccc;
	border-style: solid;
	border-bottom-width: 1px;
}

table.dateTable tr.highlight {
	background-color: #f8f4ee;
}



table.dateTable td.footer {
	padding: 10px;
	
	font-family: Arial, Helvetica, Verdana;
	font-size: 10px;
	line-height: 12px;
	
	color: #333333;
	
	border: 0px;
	border-bottom-width: 1px;
	border-color: #cccccc;
	border-style: solid;
	
}

