font.c 
{
  color:     white;
  font-size: 8pt;
}

font.pmap
{
  color:       yellow;
  font-size:   10pt;
  font-weight: bold;
}

font.msg
{
  color:       #FFFF80;
  font-size:   10pt;
  font-weight: bold;
}

font.loc
{
  color:       yellow;
  font-size:   12pt;
  font-weight: bold;
}

form.inline
{
 display: inline;
 padding:4px;
 margin:2px;
 line-height:35px;
 vertical-align:middle;
 height:20px;
 white-space: nowrap;
}

td.inv
{
  border: 1px solid #FFFFFF;
}

a.ml
{
  color: red;
  text-decoration: none;
  font-size: 8pt;
}

a.green
{
  text-decoration: none;
  color: #CCFF66;
  font-size: 12pt;
}

p.title
{
  color: white;
  font-size: 12pt;
  font-weight: bold;
}

p.bold
{
  color: white;
  font-size: 10pt;
  font-weight: bold;
}

p.main
{
  color: white;
  font-size: 10pt;
}

input.mainbtn
{
  color:#000000;
  font-size:8pt;
  font-weight:bold;
  background-color:#339933;
  border: 1px solid #000000;
}

input.btnhov
{
  border: 1px solid #CCFF33;
}