.scrollbar,BODY {
  scrollbar-face-color : #444480;
  scrollbar-highlight-color : #aaaaff;
  scrollbar-3dlight-color : #ffffff;
  scrollbar-shadow-color : #aaaaFF;
  scrollbar-darkshadow-color : #444480;
  scrollbar-track-color : #000030;
  scrollbar-arrow-color : #ffffff;
}

a:link {
  color: #9999FF;
  text-decoration: none; 
}
a:visited {
  color: #9999FF; 
  text-decoration: none; 
}
a:hover { /*this effect is not shown in NN4.xx*/
  color: #999999; 
  text-decoration: underline; 
}
a:active {
  color: #FFFFFF;
  text-decoration: underline; 
}

.justify {
  text-align: justify;
}

.text {
  font-family: "Microsoft Sans Serif", Verdana;
  font-size: 12;
  color: white;
  cursor: default;
  text-align: justify;
}

.citetext {
  font-family: Arial, Verdana;
  font-size: 10;
  font-style: bold;

  color: #ffffbb;
  cursor: default;
  text-align: justify;
}

.hiddentext {
  font-family: "Microsoft Sans Serif", Verdana;
  font-size: 12;
  color: white;
  visibility: hidden;
}

input:focus { color: white; }
textarea:focus { color: white; }

.formtext {
  font-family: "Microsoft Sans Serif", Verdana;
  font-size: 12;
  color: white;
  background: #000040;
  border-width: 0;
}

.formbutton {
  font-family: "Microsoft Sans Serif", Verdana;
  font-size: 10;
  color: white;
  background: #000040;
  border: 1px groove;
}

.buybutton {
  text-decoration: none;
  font-family: "Microsoft Sans Serif", Verdana;
  font-size: 10;
  color: #bbbbff;
  background: #000090;
  border: 1px solid;
}

.nobuybutton {
  text-decoration: none;
  text-align: center;
  font-family: "Microsoft Sans Serif", Verdana;
  font-size: 10;
  color: #bbbbff;
  background: #900000;
  border: 1px solid;
  cursor: default;
}

.alert {
  text-decoration: none;
  font-family: Arial"Microsoft Sans Serif", Verdana;
  font-size: 9;
  color: #000000;
  background: #ffffe7;
  border: 1px solid;
  border-color: #000000;
  cursor: default;
}

.title {
  font-family: "Microsoft Sans Serif", Verdana;
  font-size: 18;
  color: white;
  valign: top;
  height: 40;
}

.progressbar {
  font-size: 12;
  border-color: white;
  border-width: 1px;
  border-style: outset;
}
