<STYLE TYPE="text/css">
<!--
/**************************************************************
********* Formatting For Month Table and Text *****************
**************************************************************/
a:link {color: #666666; text-decoration: none;}
a:active {color: #666666; text-decoration: none;}
a:visited {color: #666666; text-decoration: none;}
a:hover {color: #FF9900; text-decoration: underline;}

span {}
td {padding: 3px;}

/**** month and year header at top of calendar ****/
.date_header {width: 120px; font-size: 16px; font-weight: bold; margin: 0px auto; text-align: center;}

/**** color and size of calendar cells.  ****/
.day_cell {background-color:#FFFFFF; height: 80px; width: 97px; border: 1px solid #999999; border-top: 0px; border-left: 0px;}
.empty_day_cell {background-color:#EDEDED; height: 80px; width: 97px; border: 1px solid #999999; border-top: 0px; border-left: 0px;}
.today_cell {background-color:#FF9900; height: 80px; width: 97px; border: 1px solid #999999; border-top: 0px; border-left: 0px;}
.today_cell a:hover {color: #171965;}
td.today_cell .title_txt a {color: #FFFFFF;}
td.today_cell .title_txt a:hover {color: #171965; text-decoration: underline;}

/**** day number in upper left corner of each cell ****/
.day_number{font-size: 13px; font-weight: bold; color: #333333; margin: 2px;}

/**** title_txt is the text for each post on main page ****/
.title_txt {font-size:12px; color:#333333;}
.title_txt a:link {color: #171965; text-decoration: none;}
.title_txt a:active {color: #171965; text-decoration: none;}
.title_txt a:visited {color: #171965; text-decoration: none;}
.title_txt a:hover {color: #FF9900; text-decoration: underline;}

/**** time line under title text when event time given ****/
.time_str {font-size: 10px;}

/**** column headers or days of the week ****/
.column_header {background-color: #171965; font-size: 14px; color: #FFFFFF; font-weight: bold; text-align: center;}

/**** footprint text ****/
.footprint {font-size: 10px; color: #333333; font-weight: bold; text-align: right;}
.footprint a {font-size: 10px; color: #0000FF; font-weight: bold;}
.footprint a:hover {color: #FF9900;}

/**** scrolling forward arrow position ****/
div#calscroll {width: 170px;}
.arrb {position: relative; float: left; margin-top: 2px;}
.arrf {position: relative; float: right; margin-top: 2px;}

// end hiding -->
</STYLE>
