/* 
    Document   : jevcustom
    Created on : 22-Apr-2013, 14:12:51
    Author     : Tony Partridge - GWE Systems Ltd
    Description: To allow customisation of CSS Strings where they can never be lost.
    Purpose of the stylesheet follows.
*/

#jevents_body p
{
   font-family: verdana; !important;
   font-size: 14px; !important;
}

.ev_detail>strong
{
   font-family: verdana; !important;
   font-size: 14px; !important;
   font-weight: normal;
}

.mod_events_latest_first>a
{
   font-family: verdana; !important;
   font-size: 14px; !important;
   font-weight: normal;
}

td.mod_events_latest_first, td.mod_events_latest
{
   font-family: verdana; !important;
   font-size: 14px; !important;
   font-weight: normal;
}