a:link { color: #0000CC; text-decoration: none; font-family: Arial; }
a:active { color: #FF8800; text-decoration: none; font-family: Arial; }
a:visited { color: #000088; text-decoration: none; font-family: Arial; }
a:hover { color: #FF0000; text-decoration: none; font-family: Arial; }
BODY {
 background: white url("/img/site.jpg") center no-repeat fixed;
 scrollbar-face-color:#bbddff;
 scrollbar-highlight-color:#ffffff;
 scrollbar-shadow-color:#6699cc;
 scrollbar-3dlight-color:#6699cc;
 scrollbar-arrow-color:#6699cc;
 scrollbar-darkshadow-color:#ffffff;
 scrollbar-base-color:#6699cc;
 scrollbar-track-color:#e3e3e3;
}
.header {
  background: url("/img/headerbg.jpg") left top no-repeat;
}
.headerText {
  font: 11pt;
  text-align: left;
}

.content {
  background: url("/img/contentBg.gif");
  width: 165;
}
.contentH {
  background: url("/img/contentH.gif") bottom center no-repeat;
  width: 30;
}
.contentSub {
  background: url("/img/spotr.gif") center no-repeat;
  width: 30;
}
.contentText {
  font: 11pt;
  text-align: left;
  width: 135;
}
.contentSubText {
  font: 9pt;
  text-align: left;
  width: 135;
}
.contentL {
  background: url("/img/contentL.gif") center repeat-x;
  width: 135;
}

.newsHead {
  color: red;
  font: bold 12pt;
  text-align: center;
}
.newsDate {
  font: bold 9pt;
  text-align: right;
}
.newsText {
  font: 9pt;
  text-align: left;
}
.newsFoot {
  font: bold 9pt;
  text-align: right;
}

.box_l {
  background: url("/img/box_l.gif") right center no-repeat;
}
.box_c {
  background: url("/img/box_c.gif") center repeat-x;
}
.box_r {
  background: url("/img/box_r.gif") left center no-repeat;
}
