<style type="text/css">
  <!--

TABLE.event
    {
        border: none;
        margin: 0;
        padding: 0;
        border-collapse: collapse;
        table-layout: fixed;
        text-align:center;
        
    }

TABLE.nest
    { 
        height: 100%;
        width: 100%;
        border: none;
        margin: 0;
        padding: 0; 
        text-align:top;        

     }

    td {
	    border: 1px solid black;
	    height: 50pt;
	    font-size: 10pt;
	   }
td.td {
	   border:none;
      }	
   td.weekend {
	            background-color: #EEEEFF;
	            border:none;
	}
    
    td.month{
	          text-align:center;
	          font-size: 240%;
	          background-color: white;
	          width: 100%;
	          border:none;
	         }
	td.day {
	        font-size: 110%;
	        background-color: #000070;
	        color: white;
	        border: none;
           }
           
    td.pad {
	       background-color: #AAAAAA;
	       color: black;
	}

	td.num {
	      text-align: left;
	      vertical-align: top;
	      height: 0;
	      border: none;
	      }

    tr {
	          height: 500%;
	}
tr.num {
	    height:0;
	    border: none;
       }
    -->
   </style> 