BODY {
  background-color: #555555;
  color: white;
  font-family: Courier;
  font-size: 24px;
  margin-top: 0;
  margin-bottom: 0;
}

BODY.mainmenu {
  background-color: #555555;
  color: black;
}

A.mainmenu {
  color: white;
  font-family: Courier New;
  font-size: 18px;
  font-weight: bold;
  text-decoration: none;
}

TABLE.mainmenu {
  padding: 0;
  margin: 0;
  text-align: center;
}

TABLE.window {
  border: 0;
  padding: 0;
  margin-top: 0;
}

TD.window {
  font-family: Courier New;
  font-size: 18px;
}

DIV.vertical {
  vertical-align: middle;
}

IMG.centered {
  vertical-align: middle;
  text-align: center;
}

IMG.work {
  border-color: #333333;
}

DIV.worktitle {
  text-align: center;
  font-family: Courier New;
  font-size: 18px;
}
DIV.bgimg {
	background-image:  url(../images/mainlogo_small.jpg);
  background-repeat: no-repeat;
}
TD.bgimg_side {
	background: transparent url(../images/v_bg.jpg) repeat-y center top;
	border: 0px solid white;
}
