H1{
  color:#6F9C04;
}



/*************************************/
/*event year tabs	      			*/
/*************************************/

TABLE.eventYearTable {
  border-bottom: 2px solid #6F9C04;
}
TD.eventYearTab {
background-color:#eaf4e0;
color: #000;
width:40px;
text-align:center;
}
TD.eventYearTabActive {
background-color:#6F9C04;
color: #fff;
width:40px;
text-align:center;
}

TD.eventYearTab A {
color: #000;
}

TD.eventYearTabActive A {
color: #fff;
}