.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  */
	text-transform: uppercase ;			/*  TEXT-TRANSFORMATION OPTIONS: inherit  |   none  | capitalize | uppercase  | lowercase   */
	text-decoration: underline ;		/*  TEXT-DECORATION OPTIONS: inherit  |   none  | underline  |  overline  |  line-through | blink   */

	color: Red ;
	/*  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  */


body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: x-small;
	margin: 0px;
}


h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: medium;
	font-weight: bold;
	text-align: center;
	color: #CCCCCC;
	background-color: #C10000;
	border-bottom: medium solid #000000;
}


/*  BEGIN OPTIONAL PAGE ELEMENTS



a:hover {
	font : bold x-small Verdana;
	color: red;
	background:  ;
	text-transform: uppercase ;
	text-decoration: underline overline ;
	border:  ;
}

a:link{
	font : bold x-small Verdana;
	color: RoyalBlue;
	background:  ;
	text-transform: uppercase ;
	border:  ;
}

a:visited {
	font : medium Verdana;
	color: Blue ;
	background:  ;
	text-decoration: underline overline ;
	
}




      END OPTIONAL PAGE ELEMENTS */



/*  END GENERAL SECTION  */
/****************************




.EventListHeader {

	font : normal normal bold x-large Verdana;
	color: Red ;
	background: yellow ;
	text-align: justify ;
	text-transform: uppercase ;
	text-decoration: underline ;
	border: thin solid #9999CC ;  
}

.EventListBody {

	font : normal normal bold x-large Verdana;
	color: Red ;
	background: yellow ;
	text-align: justify ;
	text-transform: uppercase ;
	text-decoration: underline ;
	border: thin solid #9999CC ;  
}

*/




