@media screen { .printonly { display: none; } }
@media print { .noprint { display: none; } }

body
{
  background-color: #ffffff;
  border: 0px;
  color: #000000;
  font-family: Verdana, Arial, sans-serif;
  font-size: 13px;
  margin: 2px;
  vertical-align: top;
}

:link, :visited {color: #000000; text-decoration: underline;}
:link:hover, :visited:hover {color: #666666; text-decoration: underline;}
:link:active, :visited:active {color: #666666; text-decoration: underline;}

:link img, :visited img {border-color: #000000;}
:link:hover img, :visited:hover img {border-color: #000000;}
:link:active img, :visited:active img {border-color: #000000;}

.no_ul, .no_ul:link, .no_ul:visited {text-decoration: none;}
.no_ul:link:hover, .no_ul:visited:hover {text-decoration: none;}
.no_ul:link:active, .no_ul:visited:active {text-decoration: none;}

.email, .email:link, .email:visited {color: #006633;}
.email:link:hover, .email:visited:hover {color: #009933;}
.email:link:active, .email:visited:active {color: #006633;}

p, dt, dd, dl, caption, th, td, tr, u, div, font, li
{
  font-size: 13px;
  font-family: Verdana, Arial, sans-serif;
}

.norm, .normal { font-style: normal; font-weight: normal; }
.i { font-style: italic; }
.b { font-weight: bold; }
.c { text-align: center; }
.j { text-align: justify; }
.r { text-align: right; }

.f08 { font-size: 8px; }
.f09 { font-size: 9px; }
.f10 { font-size: 10px; }
.f11 { font-size: 11px; }
.f12 { font-size: 12px; }
.f13 { font-size: 13px; }
.f14 { font-size: 14px; }

caption, th, td, tr
{ vertical-align: top; }

th, dt {font-weight: bold;}

.rec0 {background-color: #cccccc;}
.rec1 {background-color: #ffffff;}

.nowrap {white-space: nowrap;}

ul, ol, dl { margin-top: 0px; margin-bottom: 0px; }

dl.dlp dt { margin-top: 8px; }

hr { color: #000000; height: 1px; }

.ind1 {margin-left: 25px;}
.ind2 {margin-left: 50px;}
.ind3 {margin-left: 75px;}
.ind4 {margin-left: 100px;}

.normal {font-weight: normal;}

pre, tt, code, samp
{
  font-family: Courier New, Courier, monospace;
  font-size: 13px;
}

sup
{
  font-size: 9px;
}

.code
{
  margin-left: 6px;
  font-size: 12px;
  font-family: Courier New, Courier, Monaco, monospace;
}

.orig_url
{
  font-size: 9px;
  font-style: italic;
}

.h2, .h2c { font-size: 18px; font-weight: bold; margin-bottom: 8px; }
.h3, .h3c { font-size: 14px; font-weight: bold; margin-bottom: 8px; }
.h4, .h4c { font-size: 13px; font-weight: bold; margin-bottom: 8px; }
.h5, .h5c { font-size: 12px; font-weight: bold; margin-bottom: 8px; }
.h2c, .h3c, .h4c, .h5c { text-align: center; }

.section
{
  border-bottom: 1px solid #000000;
  margin-bottom: 8px;
  margin-top: 8px;
}
.top1 { border-top: 1px solid #000000; }

.blue, .blue:link, .blue:link:visited {color: #0000cc;}
.blue:link:hover, .blue:visited:hover {color: #6699cc;}
.blue:link:active, .blue:visited:active {color: #0000cc;}

.lblue, .lblue:link, .lblue:link:visited {color: #0066cc;}
.lblue:link:hover, .lblue:visited:hover {color: #6699cc;}
.lblue:link:active, .lblue:visited:active {color: #0066cc;}

.green, .green:link, .green:visited {color: #006633;}
.green:link:hover, .green:visited:hover {color: #009933;}
.green:link:active, .green:visited:active {color: #006633;}

.red, .red:link, .red:visited {color: #cc0000;}
.red:link:hover, .red:visited:hover {color: #ff3333;}
.red:link:active, .red:visited:active {color: #cc0000;}

.black, .black:link, .black:visited {color: #000000;}
.black:link:hover, .black:visited:hover {color: #999999;}
.black:link:active, .black:visited:active {color: #000000;}

.white, .white:link, .white:visited {color: #ffffff;}
.white:link:hover, .white:visited:hover {color: #666666;}
.white:link:active, .white:visited:active {color: #ffffff;}

.grey, .grey:link, .grey:visited {color: #999999;}
.grey:link:hover, .grey:visited:hover {color: #cccccc;}
.grey:link:active, .grey:visited:active {color: #999999;}

.gold, .gold:link, .gold:visited {color: #ff9900;}
.gold:link:hover, .gold:visited:hover {color: #ffcc33;}
.gold:link:active, .gold:visited:active {color: #ff9900;}

