body {
  font-family: verdana, arial, helvetica, sans-serif;
  font-size: 10px;
  SCROLLBAR-FACE-COLOR: #FBF4F9;
  SCROLLBAR-HIGHLIGHT-COLOR: #E1BDD4;
  SCROLLBAR-SHADOW-COLOR: #E1BDD4;
  SCROLLBAR-3DLIGHT-COLOR: #FBF4F9;
  SCROLLBAR-ARROW-COLOR:  #74004C;
  SCROLLBAR-TRACK-COLOR:#FFFFFF;
  SCROLLBAR-DARKSHADOW-COLOR: #FBF4F9;
}
a:link {
  color: #74004C;
  text-decoration: underline;
}
a:hover {
  color: #74004C;
  text-decoration: none;
}
.basicText, .boldText {
  color: #000000;
  font-size: 10px;
}
.boldText {
  font-weight: bold;
}
.colorBold {
  color: #752852;
  font-size: 10px;
  font-weight: bold;
}
.infoText {
  font-size: 12px;
}
.heading {
  color: #752852;
  font-size: 12px;
  font-weight: bold;
}

.designLeft {
  background-image:url(/bitmap/main4.gif);
  text-align: right;
  vertical-align: top;
}
.mainWindow {
  text-align: left;
  vertical-align: middle;
  width: 612px;
  height: 450px;
  z-index: 1;
  overflow: auto;
}
.mainRight {
  background-image:url(/bitmap/main5.gif); 
}
.menuLeft { 
  background-image:url(/bitmap/btline.gif); 
}
.imgBorder {
  border: 1px solid #74004C;
}