BODY {
   font-size:  62.5%;
 }


INPUT, SELECT, TH, TD {
  font-size: 0.8em;
}
.smallprint {
   font-size: 0.8em;
}

input.submit {
    padding: 0 .25em;
    width: 0;
    overflow:visible;
}

input.submit[class] { /*ie ignores [class]*/
    width: auto;
}
 
.green {
   color: green;
 }

.yellow {
   color: yellow;
 }

.red {
   color: red;
 }

td.lglabel {
   font-size: 10pt;
 }

.lstr1 {
   font-size: 10pt;
   background-color: #CCCCCC;
}
.lstr2 {
   font-size: 10pt;
   background-color: #FFFFFF;
}

.prod1 {
   background-color: #FFFFFF;
   font-size: 12pt;
}

.prod2 {
   background-color: #CCCCCC;
   font-size: 12pt;
}

.delquery {
  color: firebrick;
}

.inact {
  background-color: #800000;
}

.eightpt {
  font-size: 8pt;
}

.tbox1 {
    height:20px;
    width:200px;
    padding-top: 0;
 }
.tbox2 {
    height:20px;
    width:100px;
}

.tbox3 {
    height:20px;
    width:50px;
}

.head1 {
    font-size: 14pt;
    font-weight: bold;
    color: blue;
}

.success {
   color: green;
 }
.wht  {
   color: white;
 }
.whitebg {
    background-color: white;
 }
.err {
    color: red;
    font-size: 10pt;
    font-weight: bold;
}
.fourteenpts {
    font-size: 1.2em;
}

.fourpts {
   font-size: .3em;
}

.sixpts {
    font-size: .5em;
}

.eightpts {
    font-size: .7em;
}

.tenpts {
   font-size: .8em;
}

.twelvepts {
   font-size: 1em;
}

.sixteenpts {
   font-size: 1.4em;
}

.eighteenpts {
    font-size: 1.5em;
}

.blueandwhite {
    background-color: blue;
    color: white;
}

.grayandwhite {
    background-color:  #CCCCCC;
    color:  white;
}
.greenandwhite {
    background-color: green;
    color: white;
 }
.ltgraybg {
    background-color: #E9E9E9;
 }
.arial {
    font-family: "arial";
 }
.twentypts {
    font-size: 1.6em;
}
.gray {
    background-color: #CCCCCC;
}
.ltyellow {
    background-color: #FFFF33;
}
.bold {
    font-weight:      bold;
}
.bodyfont {
    font-family: arial;
 }
.blue {
    color:            blue;
}