<STYLE TYPE="text/css">
<!--
/**************************************************************
********* Formatting For Month Table and Text *****************
**************************************************************/

/*  A		{ font-family:arial, helvetica; color:#00F; text-decoration:underline }

TD     	{ font-family:arial, helvetica }
BODY	{ background-color:#FFF }

/**** month and year header at top of calendar ****/
.date_header			{ font-size:13px; font-family:arial, helvetica; }

/**** color and size of calendar cells.  ****/
.day_cell				{ background-color:#EDECD8; height:60; width: 13%; }
.empty_day_cell			{ background-color:#EEEEEE; height:60; width: 13%; }
.today_cell				{ background-color:#F5F4ED; height:60; width: 13%; }
SPAN					{ font-family:arial, helvetica; font-size:13px;}
.day_number				{ font-size:10px; font-family:verdana, arial, helvetica; color:#000 }
.title_txt				{ font-size:10px; font-family:verdana, arial, helvetica; color:#000 }
.time_str				{ font-size:9px; font-family:arial, helvetica }
.column_header			{ background-color:#504C2E; font-size:11px; font-family:arial, helvetica; color:#FFFFFF; }
.foot 					{ color: #FFFFFF;}
.footprint				{ font-size:10px; font-family:verdana, arial, helvetica; color:#000; font-weight:bold; }
.footprint A			{ font-size:10px; font-family:verdana, arial, helvetica; color:#00F; font-weight:bold; }
// end hiding -->

body {
	margin-top: 0px;
	background-repeat: repeat;
	background-image: url(../images/mybg.jpg);
}
A:link {
	text-decoration: underline;
	color: #504C2E;}
A:visited {
	text-decoration: underline;
	color: #687E3A;}
A:active {
	text-decoration: underline;
	color: #000000;}
A:hover {
	text-decoration: underline overline; color: #687E3A;}

</STYLE>
