
body {
  color: #000000;
  background: #FFFFFF none;
  font-family: "Trebuchet MS", Helvetica, sans-serif;
  font-size: 90%;
  text-align: left;
  margin: 0;
}
a:link {
  color: #003366;
  background: transparent;
  text-decoration: none;
}
a:link:hover {
  text-decoration: underline;
}
a:link:active {
  color: #800000;
  background: transparent;
  text-decoration: underline;
}
a:visited {
  color: #323232;
  background: transparent;
  text-decoration: none;
}
a:visited:hover {
  text-decoration: underline;
}
a:visited:active {
  color: #C00000;
  background: transparent;
  text-decoration: underline;
}
h2.vt-color {
  color: #880000;
  text-align: center;
  margin-left: auto;
  margin-right: auto;
  padding: 3px 6px;
}
h3.vt-color {
  background: #A0C0F0;
  text-align: center;
  margin-left: auto;
  margin-right: auto;
  padding: 3px 6px;
}
.vt-smallcaps {
  font-variant: small-caps;
}
.vt-indent {
  margin-left: 20px;
  margin-right: 20px;
}
.vt-left {
  text-align: left;
}
.vt-right {
  text-align: right;
}
.vt-center {
  text-align: center;
  margin-left: auto;
  margin-right: auto;
}
.vt-justify {
  text-align: justify;
}
.vt-top {
  vertical-align: top;
}
.vt-bottom {
  vertical-align: bottom;
}
.vt-middle {
  vertical-align: middle;
}
table.vt, table.rsmenu {
  margin-left: auto;
  margin-right: auto;
  border-style: outset;
  border-width: 3px;
  border-color: #A0C0F0;
}
table.vt {
  background: #D0E0F0;
  text-align: left;
}
table.rsmenu {
  table-layout:fixed;
  width: 724px;
  background: #FFFFFF url(site/bg-paper.jpg);
  text-align: center;
}
table.vt tr, table.rsmenu tr{
  vertical-align: top;
}
table.vt th, table.rsmenu th{
  background: #A0C0F0;
  font-weight: bold;
  text-align: center;
  margin-left: auto;
  margin-right: auto;
  padding: 0px 5px 1px 5px;
  border-top: none;
  border-right: none;
  border-bottom: none;
  border-left: none;
}
table.vt td, table.rsmenu td {
  padding: 0px 5px 1px 5px;
  border-top: none;
  border-right: none;
  border-bottom: none;
  border-left: none;
}
table.rsmenu td {
  font-weight: bold;
  background: #FFFFFF url(site/bg-paper.jpg);
}
table.vt td.rtext, table.rsmenu td.rtext {
  text-align: right;
  border-right: 1px solid #606070;
}
button.vt-btn {
  background: #B5BDD2;
  font-weight: bold;
  cursor: pointer;
  border-style: outset;
  border-width: 3px;
  border-color: #A0C0F0;
}
button.vt-btn.hover {
  border-color: #003366;
}
img.vt-outset {
  margin:  2px 2px 0 0;
  padding: 0;
  border-style: outset;
  border-width: 3px;
  border-color: #A0C0F0;
}
img.vt-outset.hover {
  border-color: #003366;
}
