/*
    NOTE: some browsers don't inherit the style from the
          "body" tag;
we have to work around.
*/

body {
  background:url("../images/resource/back.jpg");
  font-style:normal;
  font-weight:normal;
  font-size:12pt;
  font-family:verdana;
}
/* -- font-sizes -- */
/* -- workaround NETSCAPE: font-family & size -- */
.xsfnt{
  font-size:8pt;
}
.sfnt {
  font-size:10pt;
}
.nfnt {
  font-size:12pt;
}
.lfnt {
  font-size:14pt;
}
.xlfnt{
  font-size:16pt;
}
/* -- link colors -- */
/* -- workaround NETSCAPE: font-family -- */
A:link    {
  color:#0000FF;
  text-decoration:none;
  font-family:verdana;
}
A:visited {
  color:#0000FF;
  text-decoration:none;
  font-family:verdana;
}
A:active  {
  color:#0000FF;
  text-decoration:none;
  font-family:verdana;
}
A:hover   {
  color:#FF0000;
  text-decoration:none;
  font-family:verdana;
}
/* -- workaround NETSCAPE: font-family & size -- */
p,td,th  {
  font-family:verdana;
  font-size:12pt;
}
/* -- space ------- */
/* -- workaround NETSCAPE: zero margins -- */
.zz {
  margin-top:1px;
  margin-bottom:1px;
}
.tz {
  margin-top:1em;
  margin-bottom:1px;
}
.tb {
  margin-top:1em;
  margin-bottom:1em;
}
.zb {
  margin-top:1px;
  margin-bottom:1em;
}
/* -- eof --------- */


