BODY {
  margin: 0px 0px 0px 0px;
  color: black;
  background: #d5d5d5;
  font-family: "Myriad Web", sans-serif;
  font-size: small;
  width: 100%;
  height: 100%;
}
BODY A:link {
  color: #1535d5;
  background: #d5d5d5;
  font: inherit;
  text-decoration: none;
}
BODY A:visited {
  color: #1535d5;
  background: #d5d5d5;
  font: inherit;
  text-decoration: none;
}
BODY A:active {
  color: #1535d5;
  background: #d5d5d5;
  font: inherit;
  text-decoration: underline;
}
BODY A:hover {
  color: #1535d5;
  background: #d5d5d5;
  font: inherit;
  text-decoration: underline;
}

LI.menu {
  padding: 1em 0px 1em 0px;
  list-style-type: none;
  color: #d5d5d5;
  background: #153565;
  font-family: "Myriad Web", sans-serif;
  font-weight: bold;
  font-size: small;
}
LI.menu A:link {
  color: #d5d5d5;
  background: #153565;
  font: inherit;
  text-decoration: none;
}
LI.menu A:visited {
  color: #d5d5d5;
  background: #153565;
  font: inherit;
  text-decoration: none;
}
LI.menu A:active {
  color: #d5d5d5;
  background: #153565;
  font: inherit;
  text-decoration: none;
}
LI.menu A:hover {
  color: #95a5d5;
  background: #153565;
  font: inherit;
  text-decoration: none;
}

P.centered {
  font-family: "Myriad Web", sans-serif;
  font-weight: bold;
  font-size: x-large;
  text-align: center;
}

TABLE.top {
  padding: 0px;
  margin: 0px;
  border: 0px;
  color: #d5d5d5;
  background: #153565;
  visibility: visible;
  width: 100%;
}  

TR.broadtop {
  color: #d5d5d5;
  background: #153565;
  visibility: visible;
  height: 1.5em;
}

TR.narrowtop {
  color: #d5d5d5;
  background: #153565;
  visibility: visible;
  height: 4px;
}

TD.leftcols {
  font-family: "Myriad Web", sans-serif;
  font-size: x-small;
  text-align: center;
  visibility: visible;
  width: 150px;
}
TD.leftcols A:link {
  color: #d5d5d5;
  background: #153565;
  font: inherit;
  text-decoration: none;
}
TD.leftcols A:visited {
  color: #d5d5d5;
  background: #153565;
  font: inherit;
  text-decoration: none;
}
TD.leftcols A:active {
  color: #d5d5d5;
  background: #153565;
  font: inherit;
  text-decoration: none;
}
TD.leftcols A:hover {
  color: #95a5d5;
  background: #153565;
  font: inherit;
  text-decoration: none;
}

TD.rightcol {
  color: #d5d5d5;
  background: #153565;
  font-family: "Myriad Web", sans-serif;
  font-size: x-small;
  vertical-align: bottom;
  text-align: left;
  visibility: visible;
}

TD.line1 {
  color: #d5d5d5;
  background: #b5c5d5;
  font: inherit;
  vertical-align: middle;
  text-align: center;
  visibility: visible;
}

TD.line2 {
  color: #d5d5d5;
  background: #95a5d5;
  font: inherit;
  vertical-align: middle;
  text-align: center;
  visibility: visible;
}

TD.line3 {
  color: #d5d5d5;
  background: #7585d5;
  font: inherit;
  vertical-align: middle;
  text-align: center;
  visibility: visible;
}

TD.line4 {
  color: #d5d5d5;
  background: #5565d5;
  font: inherit;
  vertical-align: middle;
  text-align: center;
  visibility: visible;
}

TABLE.main {
  padding: 0px;
  margin: 0px;
  border: 0px;
  color: black;
  background: #d5d5d5;
  visibility: visible;
  width: 100%;
}

TD.sidebar {
  color: #d5d5d5;
  background: #153565;
  font-family: "Myriad Web", sans-serif;
  font-size: small;
  vertical-align: top;
  text-align: left;
  visibility: visible;
  width: 150px;
}

TD.content {
  padding: 1em 1em 1em 1em;
  color: black;
  background: #d5d5d5;
  font-family: "Myriad Web", sans-serif;
  font-size: small;
  vertical-align: top;
  text-align: left;
  visibility: visible;
}

TD.footer {
  padding: 0em 1em 0em 1em;
  color: black;
  background: #d5d5d5;
  font-family: "Myriad Web", sans-serif;
  font-size: x-small;
  text-align: left;
  visibility: visible;
}

TD.index {
	text-align: center;
}
