* {
  font-family: Arial, Verdana, Helvetica, SansSerif;
  line-height: 135%;
}

body {
  background-color: #b9b8b2;
  margin: 0px;
}

table {
  border-collapse: collapse;
}

.pageBody, .pageFooter {
  background-color: white;
}

.pageBody {
  width: 970px;
}

.pageFooter {
  width: 971px;
  margin-left: 1px;
}

.pageBorderLeft {
  background-image: url("image/page-border-left.png");
  background-repeat: repeat-y;
  width: 16px;
}

.pageBorderBottomLeft {
  background-image: url("image/page-border-bottom-left.png");
  background-repeat: repeat-y;
  width: 43px;
  height: 44px;
}

.pageBorderBottom {
  background-image: url("image/page-border-bottom.png");
  background-repeat: repeat-x;
  height: 44px;
}

.pageBorderRight {
  background-image: url("image/page-border-right.png");
  background-repeat: repeat-y;
  width: 16px;
}

.pageBorderBottomRight {
  background-image: url("image/page-border-bottom-right.png");
  background-repeat: repeat-y;
  width: 44px;
  height: 44px;
}

.copyright {
  font-size: 8pt;
  font-family: Verdana, Arial, Helvetica, SansSerif;
  color: #b9b8b2;
  margin-left: 10px;
}

.logo {
  padding: 36px 20px 36px 40px;
}

.pageTabs td {
  text-align: center;
  background-image: url("image/page-tab-unselected.png");
  background-repeat: no-repeat;
  width: 130px;
  height: 29px;
  padding-top: 2px;
  font-size: 10pt;
}

.pageTabs td.selected {
  background-image: url("image/page-tab-selected.png");
}

.pageTabs a {
  color: #333;
  text-decoration:none;
  -moz-outline:none;
  cursor: pointer;
}

a:hover {
    text-decoration:underline;
}

.signIn {
  vertical-align: top;
  background-image: url("image/small-blue-triangle.png");
  background-repeat: no-repeat;
  background-position: 0px 10px;
  font-size: 8pt;
  font-family: Verdana, Arial, Helvetica, SansSerif;
  padding: 8px 15px 0px 13px;
}

.miniLinks {
  padding: 8px;
  white-space: nowrap;
}

.bodyText {
  background-image: url("image/absent-banner.png");
  background-repeat: repeat-x;
  padding: 20px 40px 60px 40px;
}

