body   {margin:0px;
        padding:0px;
        background-color:#F4F4E8;
        color:#003;
       }

a:link    { color: #006;
            background-color: transparent;}
a:visited { color: #336;
            background-color: transparent;}
a:hover   { color: #006;
            background-color: #FFF; }
a:active  { color: #006;
            background-color: #FFF;
            text-decoration: none; }

/* #################### Navigation #################### */

#NavBar {margin: 0px;
         border-color: #99C;
         border-style: solid;
         border-width: 0px 0px 2px 0px;
         background-color:#FFF;
         padding: 4px 4px 4px 16ex;
         color: #006;
         font-family: sans-serif;
        }

#arr    {margin: 0px 5px;
        }

#Nav    {float:left;
         width: 18ex;
         margin: 6px 0ex 6px 5px;
        }

.NavImg {width:75%;
         padding:2px;
         background-color:#99C;
         color:#003;
         border:1px outset #F4F4E8;
         text-align: center;
         font:1.1em sans-serif;
         margin: 2px 0px 2px 0ex;
        }

#active {border:1px outset #000;}

.NavImg a:link   {color:#000;
                  background-color: transparent;}
.NavImg a:visited{color: #114;
                  background-color: transparent;}
.NavImg a:hover  {color:#000;
                  background-color:#CCF;}
.NavImg a:active {text-decoration: none;}

.SecLvl {font-size:1.0em;
         background-color:#AAD;
         color:inherit;
         margin: 2px 0px 2px 1ex;
        }

.ThrLvl {font-size:0.9em;
         background-color:#BBE;
         color:inherit;
         margin: 2px 0px 2px 2ex;
        }

/* #################### Content #################### */

#content {margin-left: 2ex;
          margin-right:10px;
          margin-bottom:2em;
          color:#003;
          background-color: transparent;
         }

#content h1 { font-size: 1.8em; }
#content h2 { font-size: 1.5em; }
#content h3 { font-size: 1.2em; }

#content td,th { border: 1px #003 outset;}

#content em { color: red;
              background-color: transparent;
              font-weight: 800; }

/* #################### Foot #################### */

#Foot { width:100%;
        min-height: 37px;
        border-top: 1px solid #000;
        background-color:#99C;
        color:#000;
        text-align:center;
        padding: 2px 0px;
      }

#Foot a:link    { color: #000;
                  background-color: transparent; }
#Foot a:visited { color: #000;
                  background-color: transparent; }
#Foot a:hover   { color: #000;
                  background-color: transparent;
                  text-decoration: none; }
#Foot a:active  { color: #000;
                  background-color: transparent;
                  text-decoration: none; }

#Foot img {border: 0px;
           margin:0px;
           vertical-align:middle;}