.TemplateSection {

	/* Selector { font: [font-style] [font-variant] [font-weight] [font-size]/[line-height] [font-family] }   */
	font : normal normal bold x-large Verdana;
	/*  FONT-STYLE OPTIONS: inherit  | normal  | italic  | oblique  */
	/*  FONT-VARIANT OPTIONS: inherit  | normal  | small-caps   */
	/*  FONT-WEIGHT OPTIONS: normal   | bold  */
	/*  FONT-SIZE OPTIONS: xx-small | x-small | small   | medium |  large  | x-large | xx-large  */
		
	text-align: justify ;				/*  TEXT-ALIGN OPTIONS: inherit  |   left  |  right  | center | justify  */

	color: #444 ;
	/*  Selector { background: [background-color] [background-image] [background-repeat] [background-attachment] [background-position] }   */
	background: yellow ;
	
	/* Selector { border: [border-width] [border-style] [border-color] } */
	border: thin solid #9999CC ;  
	   
	/*  BORDER-WIDTH OPTIONS: inherit  | thin  | medium | thick  */
	/*  BORDER-STYLE OPTIONS: inherit  | none  | hidden | dotted  |  dashed  |  solid  |  groove  |  ridge  |  inset  |  outset  |  double    */
}



/*****************************/
/*  BEGIN GENERAL SECTION  */



.GeneralHeader {

	color:  ;
	background:  ;
	font-family: Arial ;
	font-style:  ;
	font-variant:  ;
	font-weight:  ;
	font-size: x-small ;
	text-align:  ;
	text-transform:  ;
	text-decoration:  ;
	border-width:  ;
	border-style:  ;
	border-color:  ;

}

.GeneralBody {

	color:  ;
	background:  ;
	font-family: Arial ;
	font-style:  ;
	font-variant:  ;
	font-weight:  ;
	font-size: 10px;
	text-align:  ;
	text-transform:  ;
	text-decoration:  ;
	border-width:  ;
	border-style:  ;
	border-color:  ;

}

.GeneralHyperlink {

	color:  ;
	background:  ;
	font-family: Arial ;
	font-style:  ;
	font-variant:  ;
	font-weight:  ;
	font-size: x-small ;
	text-align:  ;
	text-transform:  ;
	text-decoration:  ;
	border-width:  ;
	border-style:  ;
	border-color:  ;

}

.EventListHeader {

	color:  ;
	background:  ;
	font-family: Arial ;
	font-style:  ;
	font-variant:  ;
	font-weight: bold ;
	font-size: x-small ;
	text-align: center ;
	text-transform:  ;
	text-decoration:  ;
	border-width:  ;
	border-style:  ;
	border-color:  ;

}

.EventListBody {

	color:  ;
	background:  ;
	font-family: Arial ;
	font-style:  ;
	font-variant:  ;
	font-weight:  ;
	font-size: x-small ;
	text-align:  ;
	text-transform:  ;
	text-decoration: none ;
	border-width:  ;
	border-style:  ;
	border-color:  ;

}

.CalendarTitleStyle {

	color:  ;
	background:  ;
	font-family: Arial ;
	font-style:  ;
	font-variant:  ;
	font-weight:  ;
	font-size: x-small ;
	text-align: left ;
	text-transform:  ;
	text-decoration:  ;
	border-width:  ;
	border-style:  ;
	border-color:  ;

}

.CalendarDayHeaderStyle {

	color:  ;
	background:  ;
	font-family: Arial ;
	font-style:  ;
	font-variant:  ;
	font-weight:  ;
	font-size: x-small ;
	text-align:  ;
	text-transform:  ;
	text-decoration:  ;
	border-width:  ;
	border-style:  ;
	border-color:  ;

}

.CalendarDayStyle {

	color:  ;
	background: #E6E6E6 ;
	font-family: Arial ;
	font-style:  ;
	font-variant:  ;
	font-weight:  ;
	font-size: x-small ;
	text-align:  ;
	text-transform:  ;
	text-decoration:  ;
	border-width:  ;
	border-style:  ;
	border-color:  ;

}

.CalendarWeekendDayStyle {

	color:  ;
	background:  ;
	font-family: Arial ;
	font-style:  ;
	font-variant:  ;
	font-weight:  ;
	font-size: x-small ;
	text-align:  ;
	text-transform:  ;
	text-decoration:  ;
	border-width:  ;
	border-style:  ;
	border-color:  ;

}

.CalendarOtherMonthDayStyle {

	color:  ;
	background:  ;
	font-family: Arial ;
	font-style:  ;
	font-variant:  ;
	font-weight:  ;
	font-size: x-small ;
	text-align:  ;
	text-transform:  ;
	text-decoration:  ;
	border-width:  ;
	border-style:  ;
	border-color:  ;

}

.CalendarTodayDayStyle {

	color:  ;
	background: #E6E6E6 ;
	font-family: Arial ;
	font-style:  ;
	font-variant:  ;
	font-weight: bold ;
	font-size: x-small ;
	text-align:  ;
	text-transform:  ;
	text-decoration:  ;
	border-width:  ;
	border-style:  ;
	border-color:  ;

}

.CalendarSelectedDayStyle {

	color:  ;
	background:  ;
	font-family: Arial ;
	font-style:  ;
	font-variant:  ;
	font-weight:  ;
	font-size: x-small ;
	text-align:  ;
	text-transform:  ;
	text-decoration:  ;
	border-width:  ;
	border-style:  ;
	border-color:  ;

}


*/




