html {
  background-color: white;
}
body {
  background-image: none;
  background-repeat: none;
  color: black;
  background-color: white;
  margin: 0;
}

body,td,th {
  color: black;
}

h1,h2,h3 {
  color: black;
  margin-bottom: 0;
}

a:link {
  color: black;
  text-decoration: none;
}

a:visited {
  text-decoration: none;
  color: black;
}

a:hover {
  text-decoration: none;
  color: black;
}

a:active {
  text-decoration: none;
  color: black;
}



#MainContent {
  position: relative;
  margin-left: auto;
  margin-right: auto;
  width: auto;
}

#topBody {
  width: auto;
  display: none;
}

#TopRightArea {
  display: none;
}

#MenuArea {
  display: none;
}

#middleStretch {
  width: auto;
  background-image: none;
}

#logo {
  display: none;
}

#MidContent {
  width: auto;
  background-image: none;
  background-repeat: none;
}

#Top {
  display: none;
  width: auto;
  height: auto;
  background-image: none;
}

#ContentArea {
  padding-top: 0;
  width: auto;
}
#WhiteContentArea {
}



#LeftSideImage {
  display: none;
  width: auto;
  min-height: auto;
  height: auto;
}
#TextContent {
  left: 0;
  width: auto;
  min-height: auto;
}

#LeftSideContent {
  display: none;
  left: 0;
  top: auto;
  width: auto;
  min-height: auto;
}

#MiddleContent {
  left: 0;
  padding-top: 0;
  width: auto;
  min-height: auto;
}

#RightSideContent {
  display: none;
  top: auto;
  left: auto;
  width: auto;
}

#MiddleAndRightContent {
  left: 0;
  padding-top: 0;
  width: auto;
  min-height: auto;
}

#LeftAndMiddleAndRightContent {
  left: 0;
  padding-top: 0;
  width: auto;
  min-height: auto;
}

#Bottom {
  position: relative;
  margin-left: auto;
  margin-right: auto;
  top: 0;
  width: auto;
  height: 20px;
  background-image: none;
  background-repeat: none;
}
 
#footerBody {
  display: none;
  position: relative;
  left: 0;
  top: 0;
  width: auto;
  height: 34px;
}

