/*** whole data ***/
body {
  text-align: left;
}
/*** whole data ***/
#alldoc, .mccontInner {
  width: auto;
  margin: 0px;
}

/*** hide non printable items ***/
#banner, #menu_shadow, div.domMenu_menuBar, #search-site {
  width: 0px;
  height: 0px;
  display: none;
}

#actual_location a{
  color: black;
}


/*** hide both side columns ***/
#leftCol, #rightCol {
  width: 0px;
  height: 0px;
  display: none;
}

/*** define properties for main column ***/
#middleCol {
  margin:0px;
  margin-top: 10px;
}

#middleCol h2,#middleCol h3,#middleCol h4{
  color: black;
}
.mccont, .mccont_orangeRule, .mccont_purpleRule, .mccont_greenRule{
  border-color: black;
}
/*** middle column content ***/
.mccont {
  margin: 0px;
  padding: 0px;
  border: 0px;
}

/*** heading of the form in the center column ***/
.tab_middle {
  font-size: 200%;
  font-weight: bold;
}

/*** footer of form ***/
#footCenter {
  margin: 0px;
}

/*** sentence 'create by ... ' ***/
#footer_loman {
  width: 0px;
  height: 0px;
  display: none;
}

.noprint {
  display: none;
}


