@import url("style.css");

.osoWidget{
    height: 77px; 
    padding:10px 5px 0px 75px; 
    background: url('images/mch/osoWidget-mouseout.jpg') no-repeat top left;
    background-color:transparent;
    width: 270px;
}

.pacWidget{
    height: 77px; 
    padding:10px 5px 0px 75px; 
    background: url('images/mch/pacWidget-mouseout.jpg') no-repeat top left;
    width: 270px;
}

.nutWidget{
    height: 77px; 
    padding:10px 5px 0px 75px; 
    background: url('images/mch/nutWidget-mouseout.jpg') no-repeat top left;
    width: 270px;
}

.pacWidgetAnchor{
    text-decoration:none;
    background: url('images/mch/pacWidget-mouseout.jpg') no-repeat top left;
}

.osoWidgetAnchor{
    text-decoration:none;
    background: url('images/mch/osoWidget-mouseout.jpg') no-repeat top left;
}

.nutWidgetAnchor{
    text-decoration:none;
    background: url('images/mch/nutWidget-mouseout.jpg') no-repeat top left;    
}

.mychartWidget{
    height: 77px; 
    padding:10px 5px 0px 75px; 
    background: url('images/mch/mychartWidget-mouseout.jpg') no-repeat top left;
    background-color:transparent;
    width: 270px;
}

.mychartWidgetAnchor{
    text-decoration:none;
    background: url('images/mch/mychartWidget-mouseout.jpg') no-repeat top left;    
}

