body {
	margin: 0;
	padding: 0;
	background: url(images/end_main_hz.jpg)
}
.mapBody {
	margin: 0;
	padding: 0;
	background: url(images/spacer.gif);
  background-color: rgb(224,223,227);
}
table, td {
	border-collapse: collapse;
}
table, td, img {
	border: 0;
}
form, td {
	margin: 0;
	padding: 0;
}
td, tr {
	font: 11px/14px tahoma, arial, helvetica, sans-serif;
	color: #3E3E3E;
	vertical-align: top;
	text-align: left;
}
.end {
	color: #565656;
	text-decoration: none;
}
.end a {
	color: #565656;
	text-decoration: none;
}
.end a:hover {
	color: #565656;
	text-decoration: underline;
}
a {
	color: #3E3E3E;
	text-decoration: underline;
}
a:hover {
	color: #3E3E3E;
	text-decoration: none;
}
b {
	color: #FFFFFF;
}
.r1 ul {
	margin: 0;
	padding: 0;
	list-style: none;
}
.r1 li {
	background: url(images/r1.gif) center left no-repeat;
	margin: 0 0 14px 0;
	padding: 0 0 0 56px;
	line-height: 14px;
	color: #3E3E3E;
}
.r1 li strong {
	color: #FFFFFF;
}
.r1 li a {
	line-height: 16px;
	color: #FD7914;
	text-decoration: underline;
	background-position: left center;
}
.r1 li a:hover {
	text-decoration: none;
	color: #FD7914;
}
.r2 ul {
	margin: 0;
	padding: 0;
	list-style: none;
}
.r2 li {
	line-height: 18px;
}
.r2 li a {
	color: #3E3E3E;
	text-decoration: underline;
	background-position: left center;
}
.r2 li a:hover {
	text-decoration: none;
	color: #3E3E3E;
}
/*###*/
.menu td a {
	display: block;
	text-decoration: none;
}
.menu td a:hover {
	text-decoration: none;
}
.menu {
	background: url(images/bgr_menu_hz.jpg) top left no-repeat;
	width: 322px;
	height: 296px;
}
.menu table {
	margin: 39px 0 0 35px;
}
.menu td.m1 a {
	width: 250px;
	height: 36px;
	background: url(images/m1.jpg) no-repeat;
}
.menu td.m1 a:hover {
	background: url(images/m1m.jpg) no-repeat top;
}
.menu td.m2 a {
	width: 250px;
	height: 36px;
	background: url(images/m2.jpg) no-repeat;
}
.menu td.m2 a:hover {
	background: url(images/m2m.jpg) no-repeat;
}
.menu td.m3 a {
	width: 250px;
	height: 36px;
	background: url(images/m3.jpg) no-repeat;
}
.menu td.m3 a:hover {
	background: url(images/m3m.jpg) no-repeat;
}
.menu td.m4 a {
	width: 250px;
	height: 36px;
	background: url(images/m4.jpg) no-repeat;
}
.menu td.m4 a:hover {
	background: url(images/m4m.jpg) no-repeat;
}
.menu td.m5 a {
	width: 250px;
	height: 36px;
	background: url(images/m5.jpg) no-repeat;
}
.menu td.m5 a:hover {
	background: url(images/m5m.jpg) no-repeat;
}
.menu td.m6 a {
	width: 250px;
	height: 36px;
	background: url(images/m6.jpg) no-repeat;
}
.menu td.m6 a:hover {
	background: url(images/m6m.jpg) no-repeat;
}
/*###*/
.f1 td input {
	width: 170px;
	height: 19px;
	font-size: 11px;
	font-family: tahoma;
	padding: 0 0 0 4px;
	color: #3E3E3E;
}
.f1 td textarea {
	width: 189px;
	height: 85px;
	font-size: 11px;
	font-family: tahoma;
	padding: 0 0 0 4px;
	color: #3E3E3E;
	overflow: auto;
}
        
div.statePopup {
  z-index: 50000;
  position: absolute;
  left: 5%;
  top: 10%;
  width: 730px;
  background-color: white;
  border-style: outset;
  border-width: 5px;
  border-color: grey;
  overflow: auto;
  max-height: 600px;
  height: 600px;
}

td.popupHeader {
  height: 30px;
  font-weight: bold;
  font-size: 13;
  padding-left: 20px;
  padding-top: 10px;  
}