body
{
  font-family: Lucida Sans Unicode, Lucida Grande;
  font-size: 0.7em;
  color: #5F5E63;
  background-color: #FCE016;
  margin: 0px;
}

.contentArea
{
  width: 500px;
  background-image: url(/mss/webengine/framework/404errorpage/images/scxLogo.gif);
  background-repeat: no-repeat;
  background-position: 165px bottom;
  margin: 0px auto 17px auto;
  padding: 50px 0px 33px 0px;
}

.edgeTop
{
  height: 10px;
  width: 500px;
  background-image: url(/mss/webengine/framework/404errorpage/images/edgeTop.gif);
  background-repeat: no-repeat;
}

.edgeBottom
{
  height: 10px;
  width: 500px;
  background-image: url(/mss/webengine/framework/404errorpage/images/edgeBottom.gif);
  background-repeat: no-repeat;
}

.txtArea
{
  width: 458px;
  background-color: #fff;
  border-left: 1px solid #5f5e63;
  border-right: 1px solid #5f5e63;
  padding: 20px 20px 20px 20px;
}

h1
{
  font-size: 1.5em;
  margin: 0em 0em 1.5em 0em;
}

h2
{
  font-size: 1.2em;
  margin: 2em 0em 1em 0em;
}

p, ul
{
}

a
{
  color: #5F5E63;
  text-decoration: underline;
}

a:hover
{
  text-decoration: underline;
}

