BODY	{
	background:#FFFFFF;
	background: url(images/blueBlackStripesBG.gif);
	margin-top: 0px;
	font-family: Arial, Helvetica, sans-serif;
}


/*****TABLE STYLES*****/

/*content table cell styles*/
TD 	{border-width: 1px;
	 padding: 5;
	 background-color: #FFFFFF;}

TH 	{border-width: 1px;
	 padding: 5;
	 background-color: #FFFFFF;
	 font-family: arial;
	 font-size: 14px;
	 font-weight: bold;}


/*blue table cells, page 'header'*/
.TDblue	{background-color: #000066;}


/*main navigation table cells style*/
.TDmainNav {background-color: #FFCC33;
	 text-align: center;}

/*main navigation table cells style, current page*/
.TDmainNavCurr	{background-color: #000066;
	 text-align: center;}


/*subnavigation table cells style*/
.TDsubNav {background-color: #FFFFCC;
	 text-align: center;}

/*subnavigation table cells style, current selection*/
.TDsubNavCurr {background-color: #FFFF99;
	 text-align: center;}



/*------TEXT STYLES------*/

/*content text styles*/
P	{font-family: arial;
	 font-size: 14px;
	 color: #000000;}

A	{
	font-family: arial;
	font-size: 14px;
	color: #930;
}

.reverse	{font-family: arial;
	 font-size: 14px;
	 color: #FFFFFF;}

LI	{font-family: arial;
	 font-size: 14px;
	 color: #000000;}


/*main navigation text style*/
.mainNav	{font-family: arial;
	 font-size: 16px;
	 color: #000066;
 	 font-weight: bold;
	 text-decoration: none;}

/*main navigation text style, current page*/
.mainNavCurr	{font-family: arial;
	 font-size: 16px;
	 color: #FFFFFF;
 	 font-weight: bold;
	 text-decoration: none;}


/*subnavigation text style*/
.subNav	{font-family: arial;
	 font-size: 14px;
	 color: #000066;
 	 font-weight: bold;
	 text-decoration: none;}

/*subnavigation text style, current page*/
.subNavCurr	{font-family: arial;
	 font-size: 14px;
	 color: #000066;
 	 font-weight: bold;
	 text-decoration: none;}

	 .calendar {
	font-size: 12px;
}
.calendar td {
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #CCC;
}

