html.scrollbar {
  width:780px;
  height:510px;
  overflow: auto;
}

html, body {
scrollbar-arrow-color: #73A0F7;
scrollbar-face-color: #ffffff;
scrollbar-3dlight-color: #73A0F7;
scrollbar-darkshadow-color: #73A0F7;
scrollbar-highlight-color: #ffffff;
scrollbar-shadow-color: #ffffff;
}

a:visited {
  color: #333333;
  text-decoration: none;
}
a:link {
  color: #333333;
  text-decoration: none;
}
a:hover {
  text-decoration: underline;
  color: #0563D6;
}
a:active {
  text-decoration: underline;
  color: #0563D6;
}
body,td,th {
  font-size: 12px;
  line-height: 15px;
  color: #333333;
}
body {
  background-image:  url(images/bkgd.gif);
  margin-left: 0px;
  margin-top: 0px;
}
.linka a:link {
  color: #0563D6;
  text-decoration: underline;
}
.linka a:visited {
  text-decoration: underline;
  color: #0563D6;
}
.linka a:hover {
  text-decoration: none;
  color: #0563D6;
}
.linka a:active {
  text-decoration: none;
  color: #0563D6;
}
.bot{
  border-width:1;
  border-color:rgb(153,153,153);
  border-top-style:none;
  border-right-style:none;
  border-bottom-style:dotted;
  border-left-style:none;
}
.b14 {
  font-size: 14px;
  font-weight: bold;
}
.colf {
  color: #FFFFFF;
}
.rit{
  border-width:1;
  border-color:rgb(153,153,153);
  border-top-style:none;
  border-right-style:solid;
  border-bottom-style:none;
  border-left-style:solid;
}
.side{
  border-width:1;
  border-color:#2354D3;
  border-top-style:none;
  border-right-style:solid;
  border-bottom-style:none;
  border-left-style:solid;
}