function OnMouseOverSx(el, ancor) {
 el.style.background='#d7d7d7'; 
 el.style.color='#ae0000'; 
 ancor.style.color='#ae0000';
}

function OnMouseOutSx(el, ancor) {
 el.style.background='#f7f7f7'; 
 el.style.color='#30619e'; 
 ancor.style.color='#30619e';
}

function OnMouseOverDx(el, ancor) {
 el.style.background='#d7d7d7'; 
 el.style.color='#013327'; 
 ancor.style.color='#013327';
}

function OnMouseOutDx(el, ancor) {
 el.style.background='#CBEBEB'; 
 el.style.color='#086952'; 
 ancor.style.color='#086952';
}
