body {
	background-color: transparent;
	text-align: center;
    font-size: 12pt;
	color: #2e5473;
}
#daytable { 
    width: 100%; 
    border-collapse: collapse; 
}
/*
#daytable th { 
	color: #2e5473; 
    font-size: 75%; 
    background-color: #f7fafc;
    vertical-align: bottom; 
    border: 1px solid silver; 
    line-height: 120%;
    text-align: center; 
}
*/
#daytable td { 	
	color: #2e5473;
	font-size: 90%; 
    vertical-align: top; 
    width: 9%; 
    text-align: center;
    border: 1px solid silver; 
    padding: 2px; 
}
/*
#daytable .day { 
    width: 4%; 
    background-color: #f7fafc; 
    color: #2e5473;
}*/