td.topTabCell { 
background-image:url('images/upperTab.png');
background-repeat:no-repeat;
}

td.navTabs {
background-image:url('images/tabs.png');
background-repeat:no-repeat;
}

td.leftPanel {
background-image:url('images/leftPanel.png');
background-repeat:repeat-x;
}

td.rightPanel{
background-image:url('images/rightPanel.png');
background-repeat:no-repeat;
}

td.logoCell{
background:transparent;
}

td:border{
background:transparent;
}

a.featureLink:hover{
color:rgb(100, 0, 170);
text-decoration:underline,overline;
}

a.featureLink:active{
color:rgb(20, 0, 90);
text-decoration:none;
}

a.featureLink:visited{
color:rgb(20, 0, 90);
text-decoration:none;
}

a.featureLink:link{
color:rgb(20, 0, 90);
text-decoration:none;
}