<!-- white            #FFFFFF   -->
<!-- black            #000000   -->
<!-- very light green #DDFFDD   -->
<!-- light green      #AAFFAA   -->


BODY          { background-color: #FFFFFF ;
                           color: #000000 ;
                     font-family: Verdana, Arial }

BODY.xxx      { background-color: #DDFFDD ; background-image: url("../MYIMAGES/Zbkleft.gif"); 
                background-repeat: no-repeat; background-position: top left;
                           color: #408080 ;
                     font-family: Verdana, Arial;
                          border: 5px ridge #E9DE79 }

BODY.bannerxxx   { background-color: #AAFFAA ; background-image: url("../MYIMAGES/Side.jpg");
                background-repeat: no-repeat; background-position: top left;
                           color: #408080 ;
                     font-family: Verdana, Arial; }
                     
BODY.banner   { background-color: #AAFFAA ;
                background-repeat: no-repeat; background-position: top left;
                           color: #408080 ;
                     font-family: Verdana, Arial; }
                     
BODY.header   { background-color: #AAFFAA ; background-image: url("../MYIMAGES/logo.jpg"); 
                background-repeat: no-repeat; background-position: top center;
                           color: #408080 ;
                     font-family: Verdana, Arial; }
                     
BODY.header2  { background-color: #AAFFAA ; background-image: url("../MYIMAGES/Header.jpg"); 
                background-repeat: no-repeat; background-position: top right;
                           color: #408080 ;
                     font-family: Verdana, Arial;
                       font-size: 8pt ; }


<!-- --------------------------------------------------- -->
<!-- For font-weight:  values can be 100-900.  100 is    -->
<!-- the lightest and 900 the "bolder".  400 is normal   -->
<!-- and 700 is bold.                                    -->
<!-- --------------------------------------------------- -->

H1         { font-size: 16pt ; font-weight: 900 }
H2         { font-size: 14pt ; font-weight: 700 }
H3         { font-size: 12pt ; font-weight: 700 }
H4         { font-size: 11pt ; font-weight: 700 }
H5         { font-size: 10pt ; font-weight: 700 }
H6         { font-size:  8pt ; font-weight: 400 }

P          { font-size: 10pt ; font-weight: 400 }
DIV        { font-size: 10pt ; font-weight: 400 }

OL         { font-size: 10pt ; font-weight: 400 }
UL         { font-size: 10pt ; font-weight: 400 }

DL         { font-size: 10pt ; font-weight: 400 }
DT         { font-size: 10pt ; font-weight: 700 }
DD         { font-size: 10pt ; font-weight: 400 }

TH         { background-color: #999999  ;
                        color: #000000  ;
                    font-size: 10pt ;  
                  font-weight: 700      }

TD         { background-color: #FFFFFF  ;
                        color: #000000  ;
                    font-size: 10pt ;  
                  font-weight: 400      }

TD.calendar  {border-bottom: 1px solid black ;  }
                  
TABLE.ABC  {            width: 100% ;
             background-color: #634945  ;
                        color: #D2D2B8 ;
                  font-family: Verdana, Arial ;
                    font-size: 10pt ;  
                  font-weight: 400      }

TD.A       {            width: 140 ;
             background-color: #634945  ;
                        color: #D2D2B8 ;
                  font-family: Verdana, Arial ;
                    font-size: 10pt ;  
                  font-weight: 400      }

TD.B       { background-color: #634945  ;
                        color: #D2D2B8 ;
                  font-family: Verdana, Arial ;
                    font-size:  8pt ;  
                  font-weight: 400      }

TD.C       {            width: 30 ;
             background-color: #634945  ;
                        color: #D2D2B8 ;
                  font-family: Verdana, Arial ;
                    font-size: 10pt ;  
                  font-weight: 400      }

A          { font-size: 10pt ; font-weight: 400 }
A:LINK     { color: #BFCFBF }
A:VISITED  { color: #9FBFAF }

.smalldate {     color: #000000 ;
             font-size: 8pt }
             
.smalllink { color: #000000 ;
             font-size: 6pt ; }