@media all {
  body { font-size:10pt; font-family:verdana,helvetica,arial,sanserif,sans-serif; }

  .rrb { width:90px; border-right:solid 1px #FF3333; }
  .nrb { width:90px; }
  .brsmall { font-size:2pt; }

  .opa50  { filter:alpha(opacity=50); opacity:0.5; -moz-opacity:0.5; }
  .opa70  { filter:alpha(opacity=85); opacity:0.70; -moz-opacity:0.70; }
  .opa100 { filter:alpha(opacity=100); opacity:1; -moz-opacity:1; }

  .serif { font-family:georgia,"times new roman",serif; }
  .sans  { font-family:verdana,helvetica,arial,sanserif,sans-serif; }
  .s6    { font-size:6pt; }
  .s7    { font-size:7pt; }
  .s10p  { font-size:10px; }
  .s8    { font-size:8pt; }
  .s9    { font-size:9pt; }
  .s10   { font-size:10pt; }
  .s11   { font-size:11pt; }
  .s12   { font-size:12pt; }
  .s14   { font-size:14pt; }
  .s16   { font-size:16pt; }
  .s18   { font-size:18pt; }
  .s20   { font-size:20pt; }
  .s24   { font-size:24pt; }

  .l100  { line-height:100% }
  .l150  { line-height:150% }
  .l200  { line-height:200% }

  .w20   { width:20px; }
  .w30   { width:20px; }
  .w50   { width:40px; }
  .w75   { width:75px; }
  .w100  { width:100px; }

  .bs1b  { border: solid 1px black; }
  .bs1g  { border: solid 1px #999999; }

  .bld   { font-weight: bold; }
  .nor   { font-weight: normal; }
  .ita   { font-style: italic; }
  .und   { text-decoration:underline; }
  .lft   { text-align:left; }
  .jst   { text-align:justify; }
  .ctr   { text-align:center; }

  .blk   { color:#000000; }
  .wte   { color:#FFFFFF; }
  .red   { color:#FF3333; }
  .blu   { color:#0000FF; }
  .gCC   { color:#CCCCCC; }
  .g99   { color:#999999; }
  .g66   { color:#666666; }
  .g33   { color:#333333; }

  a.lnk       { text-decoration:none; }
  a.lnk:hover { text-decoration:underline; }

}