body {
  font-family : Arial, Verdana, Helvetica, sans-serif;
  font-size  : 11px;
  background : #7d8282;
  margin: 0px;
}

.menuPrint {
    display:none;
}

.menuScreen {
    display:block;
}

.homeHeader {
    margin: 0 auto;
    width: 599px;
    background-color: white;
    background-image: url(../images/top2.gif);
    height: 30px;
}

.homeFooter {
    margin: 0 auto;
    width: 599px;
    background-color: white;
    background-image: url(../images/bottom2.gif);
    height: 30px;
}

.homeLeft {
    margin: 0 auto;
    width: 29px;
    background-color: white;
    background-image: url(../images/left.gif);
    background-repeat: repeat-y;
    background-position: 0 0;
    min-height: 100%;
    height: auto !important;
    height: 100%;
}

.homeRight {
    margin: 0 auto;
    width: 29px;
    background-color: white;
    background-image: url(../images/right.gif);
    background-repeat: repeat-y;
    background-position: 0 0;
    min-height: 100%;
    height: auto !important;
    height: 100%;
}

.homeContent {
    margin: 0 auto;
    width: 541px;
    background-color: white;
    background-repeat: repeat-y;
    background-position: 0 0;
    min-height: 100%;
    height: auto !important;
    height: 100%;
}

.textTitle {
  font-family : Arial, Verdana, Helvetica, sans-serif;
  font-size  : 28px;
  color : black;
  font-weight: bold;
  text-decoration: underline;
}

.textContent {
  font-family : Arial, Verdana, Helvetica, sans-serif;
  font-size  : 18px;
  color : black;
}