/* Classes for toggling highlighed sections that changed in the AFD */
#highlightslink {font-size:larger; font-weight:bold; color:#d00000;}
a#highlightslink {font-size:larger; font-weight:bold; color:#d00000;}

.updatedoff {font-weight:normal; color:#000000;}
.updatedoff div {display:none;}

.updatedon {font-weight:normal;}
.updatedon span {font-weight:bold; color:#d00000;}
.updatedon div {display:block;}