body
   {
    margin: 4px;
    color: #000099;
    font-family: arial, sans-serif;
/*  font-size: 100%;  */
   }

.pageContent
   {
/*  font-size: 100%;  */
    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 */
table
   {
    font-size: 100%;
   }

h2
   {
    display: block;
    font-size: 1.5em;
    font-weight: bold;
    margin: .825em 0;
   }

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;
   }

