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

A:hover {
  text-decoration: underline;
}

H1 { 
  margin-left:     0px;
  margin-right:    0px;
  margin-top:      0px;
  margin-bottom:   10px;
  padding:         3px;
  background:      #909090;
  border-left:     2px solid #C0C0C0;
  border-top:      2px solid #C0C0C0;
  border-right:    2px solid #202020;
  border-bottom:   2px solid #202020;
  color:           #FFFF50;
  text-align:      center;
  font-size:       xx-large;
}

BODY { 
  background:   #505050;
  font-family:  sans-serif;
  margin:       10px;
  color:        #FFFF50;
  font-weight:  bold;
  font-size:    small;
}

.text {
  text-align:     justify;
  font-size:      normal;
  margin-top:     10px;
  margin-bottom:  10px;
  padding-top:    2px;
  padding-bottom: 2px;
  padding-left:   40px;
  padding-right:  40px;
  background:      #707070;
  border-left:     1px solid #202020;
  border-top:      1px solid #202020;
  border-right:    1px solid #A0A0A0;
  border-bottom:   1px solid #A0A0A0;
  color:           #FFFF50;
  font-size:      medium;
  font-weight:    normal;
}

.tablelabel {
  text-align:     right;
  color:          #006000;
  font-size:      normal;
  font-size:      medium;
  font-weight:    bold;
  padding-right:  10pt;
}

.text A {
  color:          #FFFFFF;
  font-weight:    bold;
}

.screenshot { 
  float: right;
  padding: 10px;
 }

.screenshot IMG { 
  border-style: hidden;
 }

.menu {
  text-align:        left;
  margin-top:        10px;
  margin-bottom:     10px;
  font-size:         medium;
}

A.menuitem {
  background:     #C0FF00;
  color:          #FFFF00;
  margin-right:   3px;
  display:        inline;
  padding:        2px;
}

A.activemenuitem {
  background:     #00FF00;
  color:          #FFFF00;
  margin-right:   3px;
  display:        inline;
  padding:        2px;
}

A.activemenuitem:hover {
  text-decoration: none;
}

A.menuitem:hover {
  background:      #00FF00;
  text-decoration: none;
}

.submenu {
  text-align:        left;
  margin-top:        10px;
  margin-bottom:     10px;
  font-size:         small;
}

A.submenuitem {
  background:     #FFC000;
  color:          #FFFF00;
  margin-right:   3px;
  display:        inline;
  padding:        2px;
}

A.activesubmenuitem {
  background:     #FF4000;
  color:          #FFFF00;
  margin-right:   3px;
  display:        inline;
  padding:        2px;
}

A.activesubmenuitem:hover {
  text-decoration: none;
}

A.submenuitem:hover {
  background:      #FF4000;
  color:           #FFFF00;
  text-decoration: none;
}

.footer { 
  margin-left:     20px;
  margin-right:    50px;
  margin-top:      5px;
  margin-bottom:   5px;
  padding:         3px;
  margin:          0px;
  background:      #909090;
  border-left:     2px solid #C0C0C0;
  border-top:      2px solid #C0C0C0;
  border-right:    2px solid #202020;
  border-bottom:   2px solid #202020;
  color:           #FFFF50;
  text-align:      center;
  font-size:       small;
}

DIV.code { 
  margin-left:     20px;
  font-family:     monospace;
}


DIV.tabs { 
  display: none;
}