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

A		{ font-family:arial, helvetica; color:#00F; text-decoration:underline }
SPAN	{ font-family:arial, helvetica }
TD     	{ font-family:arial, helvetica }
BODY	{
	background-color:#000000;
	margin-left: 0px;
	margin-right: 0px;
	margin-top: 0px;
}

/**** month and year header at top of calendar ****/
.date_header			{ font-size:14px; font-family:arial, helvetica; font-weight:bold; color:#e38c38 }

/**** color and size of calendar cells.  ****/
.day_cell				{
	height:65;
	width: 65;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: none;
	border-right-style: dashed;
	border-bottom-style: dashed;
	border-left-style: dashed;
	border-top-color: #e38c38;
	border-right-color: #e38c38;
	border-bottom-color: #e38c38;
	border-left-color: #e38c38;
}
.empty_day_cell			{
	height:65;
	width: 65;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: none;
	border-right-style: dashed;
	border-bottom-style: dashed;
	border-left-style: dashed;
	border-top-color: #e38c38;
	border-right-color: #e38c38;
	border-bottom-color: #e38c38;
	border-left-color: #e38c38;
}
.today_cell				{
	height:65px;
	width: 65;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: none;
	border-right-style: dashed;
	border-bottom-style: dashed;
	border-left-style: dashed;
	border-top-color: #e38c38;
	border-right-color: #e38c38;
	border-bottom-color: #e38c38;
	border-left-color: #e38c38;
}

/**** day number in upper left corner of each cell ****/
.day_number				{ font-size:10px; font-family:verdana, arial, helvetica; color:#fff }

/**** title_txt is the text for each post on main page ****/
.title_txt				{ font-size:10px; font-family:verdana, arial, helvetica; color:#000 }
.title_txt A:link		{ color:#ffF; text-decoration:underline }
.title_txt A:active		{ color:#ffF; text-decoration:underline }
.title_txt A:visited	{ color:#ffF; text-decoration:underline }
.title_txt A:hover		{ color:#ffF; text-decoration:underline }

/**** time line under title text when event time given ****/
.time_str				{ font-size:9px; font-family:arial, helvetica }

/**** column headers or days of the week ****/
.column_header			{ background-color:#e6c596; font-size:12px; font-family:arial, helvetica; color:#874e26; font-weight:bold }

/**** footprint text ****/
.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 -->

.Text {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 10pt;
	font-style: normal;
	line-height: 20px;
	font-weight: normal;
	font-variant: normal;
	color: #FFFFFF;
}
.Titles {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14pt;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
	font-variant: normal;
	color: #FF9900;
}
</STYLE>
