body,td {
  font-size:    10pt;
  font-family:  "Verdana", "Arial", "Helvetica", sans-serif;
  font-variant: normal;
  font-style:   normal;
  font-weight: normal;
  color: #333333;
  text-align: center;
}

a {
  text-decoration: none;
  color: #55579a;
}

a:hover {
  background-color: #eeeeee;
  text-decoration: none;
  color: #333333;
}

a:active {
  text-decoration: blink;
}

#maindiv {
  margin: 0 auto;
  width: 100%;
  border: 0px;
  padding: 0px;
}

#masthead {
  width: 100%;
  height: 75px;
  border: 0px;
  padding: 0px;
  margin: 0px;
  background-color: #55577a;
  background-image: url(http://dnx.net/gfx/masthead.gif);
  background-repeat: no-repeat;
}

.dark {
  background-color: #141421;
  color: #bbbbbb;
}

#menubar {
  position: relative;
  top: 0px;
  width: 100%;
  margin: 0px;
}

#datebar {
  float: left;
  width: 150px;
  vertical-align: middle;
  padding-left: 25px;
}
#menutab {
  float: left;
  width: 100%;
  padding-top: 4px;
  padding-bottom: 4px;
  vertical-align: middle;
}

.menub {
  text-align: center;
  text-decoration: none;
  white-space: nowrap;
  color: #aaaaaa;
  padding-right: 4px;
  padding-left: 4px;
  padding-top: 2px;
  padding-bottom: 2px;
  border: 1px solid #000;
}
.menub:hover {
  background-color: #141421;
/*background-image: url(gfx/stipple25d.gif);*/
  color: #ffffff;
  text-decoration: none;
/*border: 1px dotted #ffffff;*/
}

.searchfield {
  background-color: #333333;
  border: 1px solid #999999;
  color: #ffffff;
  margin: 0px;
  padding: 0px;
  line-height: .9;
}

#mainbody {
  clear: both;
  width: 100%;
}

.box-title {
  font-size:    14pt;
  padding-top: 4px;
  padding-bottom: 4px;
  font-weight: bold;
  background-color: #55577a;
  color: #ffffff;
  border: 1px solid #55577a;
  -moz-border-radius: 8px;
  border-radius: 8px;
  border-bottom-right-radius: 0px;
  border-bottom-left-radius: 0px;
  -webkit-border-radius: 8px;
  -webkit-border-bottom-right-radius: 0px;
  -webkit-border-bottom-left-radius: 0px;
  -moz-border-radius: 8px;
  -moz-border-bottom-right-radius: 0px;
  -moz-border-bottom-left-radius: 0px;

}

.box-mcell {
  padding-bottom: 20px;
  margin-bottom: 20px;
  text-align: left;

  border: 1px solid #f0f0f0;
  -webkit-border-radius: 8px;
  -webkit-border-top-right-radius: 0px;
  -webkit-border-top-left-radius: 0px;
  -moz-border-radius: 8px;
  -moz-border-top-right-radius: 0px;
  -moz-border-top-left-radius: 0px;
  border-radius: 8px;
  border-top-right-radius: 0px;
  border-top-left-radius: 0px;
  box-shadow: 2px 2px 8px #666699;
  -moz-box-shadow: 2px 2px 8px #666699;
  -webkit-box-shadow: 2px 2px 8px #666699;
}

#footer {
  border: 1px solid #eeeeee;
  color: #55577a;
  padding: 6px;
  margin: 20px;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  border-radius: 8px;
  box-shadow: 2px 2px 8px #666699;
  -moz-box-shadow: 2px 2px 8px #666699;
  -webkit-box-shadow: 2px 2px 8px #666699;

}

.footerLink {
  color: #000; 
  text-decoration: none;
}

.footerLinkOn {
  color: #55577a;
}

.footerLinkOn:hover{
  color: #000;
  text-decoration: underline
}

.footerLinkOff {
  color: #000; 
  text-decoration: none;
}
.leftcell {
  text-align: left;
}

