  body {
    margin: 0;
    color: #072c59;
    font-family: Verdana, Arial, Helvetica;
    font-size: 11px;    
	overflow-x: hidden;
  }

  a.lmenu {
  	text-decoration: none;
  	color: #072c59;
  }

  .topHead {
    background-image: url(/templates/monolit/images/top-left.png);
    background-repeat: no-repeat;
    width: 100%;
    height: 28px;
    clear: both;
  }

  .dottedLine, .dottedLineHTop, .dottedLineHBottom {
    background-image: url(/templates/monolit/images/dots.png);
    background-repeat: repeat-x;
    width: 100%;
    height: 1px;
  }

  .footDivider {
    height: 4px;
    width: 100%;
    background-color: #0019a8;
    clear: both;
  }

  .footText {
    color: gray;
    font-family: Verdana, Arial, Helvetica;
    font-size: 11px;
    margin: 5px 20px 20px 32px;
    clear: both;
  }

  .langVer {
    width: 30px;
    height: 11px;
    position: absolute;
    left: 670px;
    top: 7px;
  }

