function OnMouseOverSx(el, ancor) {
 el.style.background='#F7DB08'; 
 el.style.color='#082442'; 
 ancor.style.color='#082442';
}

function OnMouseOutSx(el, ancor) {
 el.style.background='#C2DDC3'; 
 el.style.color='#31619C'; 
 ancor.style.color='#005002';
}

function OnMouseOverDx(el, ancor) {
 el.style.background='#F7DB08'; 
 el.style.color='#013327'; 
 ancor.style.color='#013327';
}

function OnMouseOutDx(el, ancor) {
 el.style.background='#CBEBEB'; 
 el.style.color='#086952'; 
 ancor.style.color='#086952';
}