
/**********************************************************/
/*** defualt link style ***/
  a:link {
    color: black;
  }
  a:hover {
    color: black;
    /* text-transform: uppercase; */
    /* font-size: 90%; */
  }
  a:visited {
    color: black;
  }
  a:active {
    color: black;
    font-size: 125%;
  }

/*** Link to web ***/
  a.webLink:link {
    text-decoration: none;
  }
  a.webLink:hover {
    text-decoration: none;
    color: red;
    background-color: black;
  }
  a.webLink:visited {
    text-decoration: none;
  }
  a.webLink:active {
    text-decoration: none;
    color: red;
    background-color: black;
  }

/*** Link to eMail ***/
  a.eMailLink:link {
    text-decoration: none;
  }
  a.eMailLink:hover {
    text-decoration: none;
    color: red;
    background-color: black;
  }
  a.eMailLink:visited {
    text-decoration: none;
  }
  a.eMailLink:active {
    text-decoration: none;
    color: red;
    background-color: black;
  }

/*** Button to link to flyer ***/
  a.flyerLink:link {
    text-decoration: none;
  }
  a.flyerLink:hover {
    text-decoration: none;
    color: red;
    background-color: black;
  }
  a.flyerLink:visited {
    text-decoration: none;
  }
  a.flyerLink:active {
    text-decoration: none;
  }

/*** calendar Date link style ***/
  a.calDate:link {
    text-decoration: none;
//    color: black;
  }
  a.calDate:hover {
    text-decoration: underline;
    color: red;
  }
  a.calDate:visited {
    text-decoration: none;
//    color: black;
  }
  a.calDate:active {
    text-decoration: none;
//    color: black;
    font-size: 125%;
  }

/*** calendar Event link style ***/
  a.calEvent:link {
    text-decoration: none;
//    color: black;
  }
  a.calEvent:hover {
//    text-decoration: underline;
    color: red;
  }
  a.calEvent:visited {
    text-decoration: none;
//    color: black;
  }
  a.calEvent:active {
    text-decoration: none;
//    color: black;
//    font-size: 125%;
  }

/*** calendar Advertising link style ***/
  a.calAd:link {
    text-decoration: none;
    color: orange;
  }
  a.calAd:hover {
//    text-decoration: underline;
    color: black;
    font-size: 100%;
  }
  a.calAd:visited {
    text-decoration: none;
    color: orange;
  }
  a.calAd:active {
    text-decoration: none;
//    color: black;
    font-size: 100%;
  }

/**********************************************************/
/* Header H1 style */

  TD.sectionTitle {
    height: 30px;
    width: 835px;
    text-align: center;
    align: middle;
    background-color: black;
  }

/**********************************************************/
/* Header H1 style */
  H1 {
    display: inline;
    color: black;
  }

  H1.sectionTitle {
    display: inline;
    color: orange;
    font-size: 26pt;
    
  }
/**********************************************************/
/* Header H2 style */
  H2 {
    display: inline;
    color: black;
    font-size: 22pt;
  }

  H2.evtTitle {
    display: inline;
    color: black;
/*    font-size: 175%; */
    font-size: 22pt;
    text-align: left;
    align: top;
  }

/*** current date column ***/
  H2.curDayColumn {
    display: inline;
    color: black;
/*    font-size: 175%; */
    font-size: 18pt;
//    text-align: justify; //center;
    text-align: center;
//    text-decoration: blink;
    text-transform: uppercase;
    align: top;
  }

/**********************************************************/
/* Header H3 style */
/*
  H3 {
    display: inline;
    color: black;
    font-size: 14pt;
  }

  H3.evtTitle {
    display: inline;
    color: black;
    font-size: 14pt;
    text-align: left;
    align: top;
  }

/**********************************************************/
/* Big style */
  BIG {
    display: inline;
    color: black;
    font-size: 18pt;
  }
  BIG.dowText {
    display: inline;
    color: white;
    font-size: 18pt;
  }

  BIG.evtTitle {
    display: inline;
    color: black;
    font-size: 105%;
    text-align: left;
    align: top;
  }

/**********************************************************/
/* Division style */
  div {
    text-align: left;
//    color: rgb(255, 204, 102);
    color: black;
  }


/**********************************************************/
/* Vertical Menu style */
  a.lMenu:link {
    color: rgb(255, 204, 102);
  }
  a.lMenu:hover {
    color: rgb(255, 204, 102);
    /* text-transform: uppercase; */
    /* font-size: 85%; */
  }
  a.lMenu:visited {
    color: rgb(255, 204, 102);
  }
  a.lMenu:active {
    color: rgb(255, 204, 102);
    font-size: 125%;
  }

/**********************************************************/
/* Vertical Menu style */
#adButtonTop .large, #adButtonBottom .large {
     border: 0px;
     display: block;
     height: 1px;
     left: -1px;
     position: absolute;
     top: -1px;
     width: 1px;
}

#adButtonTop:hover .large {
     border: 0px;
     display: block;
     height: 233px;
     width: 300px;
     position: fixed;
     top: 200px;
     left: 21px;
}

#adButtonBottom:hover .large {
     border: 0px;
     display: block;
     height: 233px;
     width: 300px;
     position: fixed;
     top: 475px;
     left: 500px;
}
