/* File last modified on 5.2.12 */
/* ASSIGN FONT TO HTML ELEMENTS AND CLASSES */
h1, h2, h1 a, h2 a, h3, h3 a, .EsriFont1, .EsriFont1 a, #navbar li {
    font-weight: normal !important;
    font-style: normal;
    line-height:normal;
    font-variant:normal;
    /* font-family:'Avenir LT W01 85 Heavy', Arial, Helvetica, sans-serif; */
    font-family: 'Avenir LT W01 35 Light', Arial, Helvetica, sans-serif;
}
.shadowText h1, .shadowText h2, .shadowThis {
	font-weight: normal !important;
    font-style: normal;
    line-height:normal;
    font-variant:normal;
    /* font-family:'Avenir LT W01 85 Heavy', Arial, Helvetica, sans-serif; */
    font-family: 'Avenir LT W01 35 Light', Arial, Helvetica, sans-serif;
    text-shadow: 0px 1px 0px rgba(0,0,0,0.2); /* Text shadow for newer browsers */
}
#navMain, #topperText h1, #topperText h2, #eventTopperText h2, #eventTopperText h1, .EsriFont2, .EsriFont2 a {
    font-weight: normal !important;
    font-style: normal;
    line-height:normal;
    font-variant:normal;
    /* font-family:'Avenir LT W01 65 Medium', Verdana, Geneva, sans-serif; */
    font-family: 'Avenir LT W01 35 Light', Arial, Helvetica, sans-serif;
    text-shadow: 0px 1px 0px rgba(0,0,0,0.2); /* Text shadow for newer browsers */
}
#topperText h3, #eventTopperText h3, .shadowText h3, .shadowThisSub, .EsriFont3, .EsriFont3 a {
    font-weight: normal !important;
    font-style: normal;
    line-height:normal;
    font-variant:normal;
    /* font-family:'Avenir LT W01 65 Medium', Verdana, Geneva, sans-serif; */
    font-family: 'Avenir LT W01 35 Light', Arial, Helvetica, sans-serif;
    text-shadow: 1px 0px 3px rgba(0,0,0,0.2);
}
/* END ASSIGN FONT TO HTML ELEMENTS AND CLASSES */