/* CSS - Earth Version */

body                {color:             #000000
                    ;background-color:  #FFFFFF
                    ;font-family:       Palatino, Georgia, serif
                    ;font-size:         10pt
                    }


/* h1  is used for top of page title only */

h1                  {color:             #FFFFFF
                    ;background-color:  #006699   /* #000000 */
                    ;font-family:       "Trebuchet MS", Helvitica, Arial, sans-serif
                    ;font-size:         18pt
                    ;font-weight:       normal
                    ;text-indent:       0.2em
                    ;border-bottom:     0.5em solid #EEEECC
                    }



/* h2 is for section breaks */

h2                  {color:             #000000
                    ;background-color:  #FFFFFF
                    ;font-family:       "Trebuchet MS", Helvitica, Arial, sans-serif
                    ;font-size:         12pt
                    ;font-weight:       normal
                    }



/* Area is for the major group bar */

.AreaLabel           {color:             #FFFFFF
                     ;background-color:  #006699
                     ;font-family:       "Trebuchet MS", Helvitica, Arial, sans-serif
                     ;font-size:         9pt
                     ;font-weight:       normal
                     ;text-align:        center
                     ;border:            #000000 1px solid
                     ;cursor:            hand
                     }

.AreaLabel A:link    {color:             #FFFFFF
                     ;text-decoration:   none
                     }

.AreaLabel A:visited {color:             #FFFFFF
                     ;text-decoration:   none
                     }

.AreaSpace           {border-top:        none
                     ;border-left:       none
                     ;border-right:      none
                     ;border-bottom:     1px solid #000000
                     }


/* Depth is for the table that shows all levels deep a user is on the site */

.DepthLabel           {color:             #000000
                      ;background-color:  #EEEECC
                      ;font-family:       "Trebuchet MS", Helvitica, Arial, sans-serif
                      ;font-size:         9pt
                      ;font-weight:       normal
                      ;text-align:        center
                      ;border:            1px solid #000000
                      ;cursor:            hand
                      }

.DepthLabel A:link    {color:             #000000
                      ;text-decoration:   none
                      }

.DepthLabel A:visited {color:             #000000
                      ;text-decoration:   none
                      }


.DepthSpace          {border-top:        none
                     ;border-left:       none
                     ;border-right:      none
                     ;border-bottom:     1px solid #000000
                     }

