body
{
  background: #ffffff;
}

.small
{
  font-family: Arial;
  font-size: 10px;
  font-weight: normal;
}

.smaller
{
  font-family: Arial;
  font-size: 11px;
  font-weight: normal;
}


.smallred
{
  font-family: Arial;
  font-size: 9px;
  font-weight: normal;
  color: cc0000;
}

.mtopic
{
  font-family: Arial;
  font-size: 13px;
  font-weight: bold;
}


.topic
{
  font-family: Arial;
  font-size: 15px;
  font-weight: bold;
}

.lgray		{ background-color: f0f0f0 }
.llgray		{ background-color: e8e8e8 }
.lred		{ background-color: fff0f0 }
.lgreen		{ background-color: c0ffc0 }
.lblue		{ background-color: e0ffff }
.lred		{ background-color: ffc0c0 }
.lyellow	{ background-color: ffffc0 }
.dgray		{ background-color: d8d8d8 }
.mtitle		{ background-color: 6699cc }
.ctitle		{ background-color: 99ccff }
.separator	{ background-color: c0c0c0 }
.hidden		{ background-color: 808080 }

.mselect	{ font-size: 11px; width: 90%; }
.button		{ font-size: smaller }
.input_full	{ font-size: 12px; width: 100% }

.btn_small
{
  font-size: 11px;
  padding-left: 8px; padding-right: 8px;
  padding-top: 0px; padding-bottom: 0px;
}

.btn_large
{
  font-size: 12px; font-weight: bold;
  padding-left: 25px; padding-right: 25px;
  padding-top: 1px; padding-bottom: 1px;
}

@media print
{
  .noprint { display: none  }
}