
BODY 
     {  font-size:        10pt;
        font-family:      Arial,helvetica,sans-serif;
        color:            black;
        background-color: #FFFFE7;  /* apple-yellow: #F8FBD0 or salmon #FFD0A0; */
        margin-top:       5em;
        margin-left:      2%;
        margin-right:     2%;
        margin-bottom:    2%;
        text-align:       justify;
     }

TD
     {  font-size:        10pt;
        font-family:      Arial,helvetica,sans-serif;
     }

.td_center
     {  font-size:        10pt;
        font-family:      Arial,helvetica,sans-serif;
        text-align:       center;
     }

.td_titlesm
     {  font-size:        7pt;
        font-family:      Arial,helvetica,sans-serif;
        color:            gray;
        padding-top:      0.5em;
        padding-left:     0.5em;
     }

.td_margin
     {  padding-left:     1.5em;
        padding-right:    1.5em;
     }

TH
     {  font-size:        10pt;
        font-family:      Trebuchet MS,Arial,helvetica,sans-serif;
        color:            white;
        background-color: #648D90;
        text-align:       center;
        padding-top:      0.5em;
        padding-bottom:   0.5em;
        padding-left:     1em;
        padding-right:    1em;
     }

.title
     {  font-size:        18pt;
        font-weight:      bold;
        border-style:     solid;
        border-color:     white;
        border-bottom-width: thin;
        border-left:      none;
        border-right:     none;
        border-top:       none;
        padding-top:      1.5em;
        text-align:       center;
     }

.error
     {  font-weight:      bold;
        text-align:       center;
        color:            red;
     }

.warning
     {  font-weight:      bold;
        text-align:       center;
        color:            orange;
     }

A:link    {color:#26575B;}
A:visited {color:#26575B;}
A:active  {color:#26575B;}

/* menu dividers */
.udm.li.dividerBelow
     {  margin-bottom:2px !important;
        padding-bottom:2px;
        border-bottom:1px solid #eee;
     }
.udm.li.dividerAbove
     {  margin-top:2px !important;
        padding-top:2px;
        border-top:1px solid #eee;
     }
