/* general font properties */
BODY,A:active,A:link,A:visited,TD {
  FONT-FAMILY: Verdana, Arial;
  FONT-SIZE: x-small;
  TEXT-DECORATION: none; 
}
H1 {
  FONT-FAMILY: Verdana, Arial;
  FONT-SIZE: x-large;
}
H2 {   /* comic makes the slighly handwritten look */
  FONT-FAMILY: Comic Sans MS, Verdana, Arial;
  FONT-SIZE: large;
}
H3 { 
  FONT-SIZE: large;
}
.menufont,A.menufont,A:active.menufont,A:link.menufont,A:visited.menufont {
  FONT-FAMILY: Verdana, Arial;
  TEXT-DECORATION: none;
  FONT-SIZE: large;
}
.alerttext { 
  FONT-weight: bold;
  font-size: larger;
}
.greenhead { 
  border-bottom: solid black 1px;
}
.greenhead,.green0,.green1 { 
  padding : 1;
  border-right: solid black 1px;
}
.greentab {
  border: solid black 1px;
  empty-cells: show;
  border-spacing: 0;
  border-collapse: collapse; 
}
.curpage { 
  font: bold;
}

TABLE.thinborder { 
  border: solid black 1px;
  empty-cells: show;
  border-spacing: 0;
  border-collapse: collapse; 
}
TD.thinborder { 
  border: solid black 1px;
}
TH.thinborder { 
  border: solid black 1px;
}

FORM.smallbutton { 
  margin: 0;
}
INPUT.smallbutton { 
  margin: 0px;
  padding: 0px;
  border: solid black 1px;
}

/* buttons */
INPUT.Bedit  { background: red }
INPUT.Bdrop  { background: red }
INPUT.Bactivate { background: yellow }
INPUT.Bselect {background: green}
INPUT.Bcheckout {background: green}
INPUT.Bopen { background: blue; color: white }
