body {
  background-position: top center;
  background-color: #FFFFFF;
  background-repeat: no-repeat;
}
body.image {
  margin: -10px 0px 0px 0px;
  background-image: url(Main.jpg);
}
body.confirm {
  margin: -10px 0px 0px 0px;
  background-image: url(Confirm.jpg);
}
body.solid {
  background-color: #FFFFFF
}
body.window {
  background-repeat: repeat
}
p,li,ol,table,td,tr,body,ul,font,div {
  color: #000000;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 12px;
  white-space: nowrap
}
 a{font-size: 14px; font-style: normal;
        font-weight: bolder; font-variant: normal;
        color: #5D9732; text-decoration: underline}
 a:hover{font-size: 14px; font-style: normal;
        font-weight: bolder; font-variant: normal;
        color: #666666; text-decoration: underline}
.large {font-size: 16px}
.lmn {font: small-caps 900 14px arial; color: green}
.lmnw {font: small-caps 900 14px arial; color: white}
.marquee {font: bold 18px; color: #5D9732}
.smallcap {font: small-caps 12px arial}
.gray {font-size: 14px; color: #999999}
.tiny {font-size: xx-small; color: blue}

