/*
JBNN
2008-02-25
Dummy09 Project
Basic changes: 
    - General font changed to Arial

This style sheet is an update to the original footer_em.css
The reason for a separate (almost identical) css is because not all countries are rolled out at the same time. A change to the original global css will affect non rolled out countries.
So this one will be added below the original in the header making it compliant along with the original one.
NOTE!! The original should be merged with this one(and call removed from header tpl) when all countries are rolled out.
*/

/* ----------------------------------------------------------------------------------- start footer  */

#footer {
    font-family:Arial, Helvetica, sans-serif;
}

/* ----------------------------------------------------------------------------------- end footer */
