<!--
 html, body{
      height:100%;
      margin: 0;
      padding: 0;
      border: none;
      text-align: center;
   }
      #wrapper {
      height:100%;
	  margin: 0 auto;
	  padding: 0;
	  border: none;
      text-align: left;
      vertical-align: top;
      width: 750px;
   }
   .wrapper {
      height:100%;
	  margin:0;
	  padding:0;
	  border: none;
      vertical-align: top;
      width: 750px;
   }
body {
	background-image: url(images/Background.gif);
	background-attachment:fixed;
	background-position: center;
	background-position: top;
	background-color: #996633;	
}
body,td,th {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	font-weight:normal;
}
a {
	font-size: 12px;
	color: #000000;
	font-weight: bold;
}
a:visited {
	color: #000000;
	font-weight: bold;
}
a:hover {
	color: #996633;
	font-weight: bold;
}
a:active {
	color: #FFFFFF;
	font-weight: bold;
}

a:link img {
	border-color: #000000;
}
a:visited img {
	border-color: #000000;
}
a:hover img{
	border-color: #996633;
}
a:active img{
	border-color: #FFFFFF;
}

.BodyBG{
	width: 690px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	font-weight:normal;
}
.BodyBGIMG{
background-image: url(images/fullmiddlebg.gif);
}
.LeftBorderBG{
width: 31px;
}
.RightBorderBG{
width: 31px;
}
.FooterBG{
height: 55px;
background-image:url(images/ZPBody_08.gif);
background-repeat:no-repeat;
}
.Height52{
height: 52px;
}
.Height55{
height: 55px;
}
.Height99{
height: 99px;
}
.FloatRight{float:right; padding:4px;}
.FloatLeft{float:left; padding:4px;}
-->