<STYLE TYPE="text/css">
<!--
/**************************************************************
********* Formatting For Month Table and Text *****************
**************************************************************/
.inner {
 color: #FFFFFF;
}

/**** month and year header at top of calendar ****/
.date_header			{ color:#FFFFFF; font-size:9px; font-family:Verdana, Arial, Helvetica, sans-serif; font-weight:bold }

/**** color and size of calendar cells.  ****/
.event_cell			{ background-color:silver;font-size:8px; font-family:Verdana, Arial, Helvetica, sans-serif;  }
.day_cell			{ background-color:#F8F7E2; height:5px; width: 5px;}
.empty_day_cell		{ background-color:#D4DDEC; height:5px; width: 5px;  }
.today_cell			{ background-color:#F5F4ED; height:5px; width: 5px;  }

/**** day number in upper left corner of each cell ****/
.day_number			{ font-size:9px; font-family:Verdana, Arial, Helvetica, sans-serif; color:#000 }


/**** time line under title text when event time given ****/
.time_str				{ font-size:8px; font-family:arial, helvetica }

/**** column headers or days of the week ****/
.column_header			{ background-color:#3258AB; font-size:8px; font-family:Verdana, Arial, Helvetica, sans-serif; color:#FFFFFF; font-weight:bold }
// end hiding -->
</STYLE>
