html {
	height: 100%;
}

body {
	height: 100%;
  font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #000000;
	text-decoration: none;
	line-height: 140%;
	background-color: #999999;
}

* {
	margin: 0;
  padding: 0;
}

p {
  margin-bottom: 16px;
}

img {
  border: none;
}

div {
  position: relative;
}

a {
	color: #000000;
	text-decoration: none;
}

a:hover, a.current {
	color: #000000;
}

.head {
	height: 133px;
  background-image: url(../images/hdg_logoLovt2.png);
  background-repeat: no-repeat;
	background-position: 29px 29px;
	background-position-x: 29px;
	background-position-y: 29px;
	background-color: #dcdcdc;
	clear: both;
}

.inHeadRidht {
	width: 207px;
  height: 133px;
  float: right;
  background-image: url(../images/hdg_overMenuDiv.jpg);
  background-repeat: no-repeat;
}

.menuDiv {
	width: 207px;
}

.mainMenuDiv {
  width: 187px;
	height: 21px;
	padding: 2px 20px 0 0;
  background-image: url(../images/hdg_menu.jpg);
  background-repeat: no-repeat;
  text-align: right;
	font-size: 13px;
	font-weight: bold;
	color: #FFFFFF;
}

.sideMenu {
  position: relative;
  width: 207px;
	list-style: none;
}

.sideMenu li {
  position: relative;
}

.sideMenu li a {
	display: block;
  width: 199px;
	height: 22px;
	padding: 2px 0 0 8px;
  background-image: url(../images/hdg_button.jpg);
  background-repeat: no-repeat;
	font-size: 13px;
}

.sideMenu li a:hover, .sideMenu li.current a {
  background-image: url(../images/hdg_buttonOver.jpg);
  background-repeat: repeat-x;
	color: #000000;
}

table.tbBody {
  height: 100%;
  width: 100%;
}

table.tbBody tr.tbBodyTr1 td {
  height: 133px;
  border-bottom: 1px solid #000000;
}

table.tbBody tr td.tbBodyTd1 {
  vertical-align: top;
  border-right: 1px solid #000000;
}

table.tbBody tr td.tbBodyTd2 {
  width: 207px;
  vertical-align: top;
  background-image: url(../images/hdg_menuDiv.jpg);
  background-repeat: repeat-y;
}

.cont {
	padding: 18px 0 16px 22px;
}

/**clearfix**/

.clearfix:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

.clearfix {display: inline-table;}
.clearfix { display: inline-block;}
.clearfix { display: block;}
* html .clearfix { height: 1%;}

/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */