BODY
   {color: #000099;
    font-family: arial, sans-serif;
   }

.pageContent
   {
    font-size: 10pt;
    padding-left: 3px;
    padding-top: 3px;
   }

/* JW: Can't seem to get font-size to carry into a TABLE, so creating a .defaultFont
       class seemed like the next best thing until we discontinue use of TABLE or I
       figure out what I'm doing wrong.  I was tempted to have it apply to all tables
       but for now I'll stick with a class. */

TABLE.defaultFont
   {
    font-size: 10pt;
   }

EM
   {color: #993333;
    font-style: normal;
    font-size: 9pt;
    font-weight: bold;
   }

.sectionBanner
   {
    background-color: #993333;
    color: #FFFFFF;
    font-size: 24pt;
    padding-left: 0.5em;
   }

/* The A.SideBar styles are used on every page in the markup generated by template(). */

A.SideBar:link
   {
    color: #993333;
    text-decoration: none;
   }

A.SideBar:active
   {
    color: #993333;
    text-decoration: none;
   }

A.SideBar:visited
   {
    color: #993333;
    text-decoration: none;
   }
