body {
  background-color: #003366;
  color: #FFF;
  font: normal x-small Arial, sans-serif;
}

.global {
  width: 625px;
}

.page {
  vertical-align: top;
  background: url(../images/rightborder.gif) repeat-y top right;
}

.editPage {
  width: 100%;
  border: white 1px dotted;
  height: 440px;
  margin: 2px 15px 4px 9px;
  padding: 7px;
}

.bodyPage {
  width: 100%;
  margin: 10px 23px 12px 17px;
}

.endPage {
  font: normal 9px Arial, sans-serif;
  text-align: right;
  color: gray;
}

.endPage A {
  text-decoration: none;
  color: #6385A5;
}


