body {
  background-color: #979797;
  background-image: url("/img/base/back.png");
  background-repeat: repeat;
  font-family: Arial, Helvetica, sans-serif;
}

.outerpaper {
  background-color: #FFFFFF;
}

.innerpaper {
  background-color: #FDFDFD;
}

.gray {
  background-color: #787878;
}

.blue {
  background-color: #6D87AE;
}

.red {
  background-color: #C60000;
}

.header {
  background-color: #FDFDFD;
  background-image: url("/img/base/paper.png");
  background-repeat: no-repeat;
}

.footer {
  background-color: #FDFDFD;
  background-image: url("/img/base/footer.png");
  background-repeat: no-repeat;
}

.shadehor {
  background-image: url("/img/base/h_shadow.png");
  background-repeat: repeat-x;
}

.shadever {
  background-image: url("/img/base/v_shadow.png");
  background-repeat: repeat-y;
}

a.shortnav:link, a.shortnav:visited {
  font-size: 10px;
  font-style: normal;
  font-weight: bold;
  font-variant: normal;
  line-height: 12px;
  color: #6D87AE;
  text-decoration: none;
}

a.shortnav:hover {
  text-decoration:underline;
}

.navheader {
  background-image: url("/img/nav/nav_header.gif");
  background-repeat: no-repeat;
}

.navpartners {
  background-image: url("/img/nav/bg_partners.gif");
  background-repeat: no-repeat;
}

.copy {
  font-size: 11px;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  line-height: 12px;
  color: #FFFFFF;
  text-decoration: none;
}

a.navmenu:link, a.navmenu:visited {
  display: block;
  background: url("/img/nav/nav_button.gif") no-repeat;
  vertical-align: top;
  font-size: 12px;
  font-style: normal;
  font-weight: bold;
  color: #FFFFFF;
  padding-top: 4px;
  padding-left: 20px;
  height: 20px;
  width: 120px;
  text-decoration: none;
}

a.navmenu:hover {
  background-position: 0px -24px;
  text-decoration: none;
}

a.navselected:link, a.navselected:visited {
  display: block;
  background: url("/img/nav/nav_button.gif") no-repeat;
  background-position: 0px -24px;
  vertical-align: top;
  font-size: 12px;
  font-style: normal;
  font-weight: bold;
  color: #FFFFFF;
  padding-top: 4px;
  padding-left: 20px;
  height: 20px;
  width: 120px;
  text-decoration: none;
}

a.submenu:link, a.submenu:visited {
  display: block;
  background: url("/img/nav/nav_subbutton.png") no-repeat;
  vertical-align: top;
  font-size: 11px;
  font-style: normal;
  font-weight: normal;
  color: #FFFFFF;
  padding-top: 4px;
  padding-left: 25px;
  height: 17px;
  width: 115px;
  text-decoration: none;
}

a.submenu:hover {
  text-decoration: none;
}

a.langselector:link, a.langselector:visited {
  font-size: 11px;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  line-height: 10px;
  color: #6D87AE;
  text-decoration: none;
}

a.langselector:hover {
  text-decoration: underline;
}

a.notice:link, a.notice:visited {
  font-size: 9px;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  line-height: 12px;
  color: #FFFFFF;
  text-decoration: none;
}

a.notice:hover {
  text-decoration: underline;
}
