A, A:Link, A:Visited {
  text-decoration : none;
  font-style : oblique;
  color : rgb(0,0,128);
  }
A:Hover {
  text-decoration : none;
  font-style : oblique;
  color : rgb(0,0,255);
  }
BODY {
  font-size : 10pt;
  font-family : sans-serif;
  line-height : 12pt;
  color : rgb(0,0,0);
  background-color : rgb(255,255,255);
  margin : 2px 2px 2px 2px;
  }
BODY.recruit {
  background-color : rgb(248,248,255);
  margin : 2px 2px 2px 2px;
  scrollbar-base-color : rgb(224,224,255);
  }
BODY.grad {
  margin : 4px 4px 4px 4px;
  scrollbar-base-color : rgb(224,224,255);
  filter : progid:DXImageTransform.Microsoft.Gradient(StartColorStr = '#F0F0FF', EndColorStr = '#FFFFFF', GradientType = '0');
  }
TABLE {
  border-color : rgb(0,0,255);
  border-style : outset;
  border-width : 2px 2px 2px 2px;
  }
TABLE.noborder {
  border-width : 0px 0px 0px 0px;
  }
TABLE.wide {
  width : 100%;
  }
TD {
  font-size : 10pt;
  font-family : sans-serif;
  line-height : 12pt;
  padding : 2px 4px 2px 4px;
  vertical-align : top;
  }
.terms {
  font-size : 8pt;
  line-height : 10pt;
  margin : 4px 16px 4px 16px;
  }
.heading {
  font-size : 14pt;
  font-family : sans-serif;
  line-height : 16pt;
  }
.red {
  color : rgb(255,0,0);
  }
.mono {
  font-family : monospace;
  }
.center {
  text-align : center;
  }
.dec {
  list-style-type : decimal;
  }
.alp {
  list-style-type : lower-alpha;
  }
.rom {
  list-style-type : lower-roman;
  }
.blueinput {
  border-color : rgb(0,0,255);
  border-style : outset;
  border-width : 2px 2px 2px 2px;
  color : rgb(0,0,0);
  background-color : rgb(255,255,255);
  }
.bluebutton {
  border-color : rgb(0,0,255);
  border-style : outset;
  border-width : 2px 2px 2px 2px;
  margin : 4px 4px 4px 4px;
  color : rgb(0,0,0);
  background-color : rgb(224,224,255);
  }
.darkcell {
  background-color : rgb(208,208,255);
  }
.lightcell {
  background-color : rgb(224,224,255);
  }
#actionlink {
  font-size : 12pt;
  line-height : 14pt;
  }
