html {
height:100%;
overflow: auto;
margin-left: 0px;
margin-top: 0px;
margin-right: 0px;
margin-bottom: 0px;
	background-image: url(hplogobkgd.png);
	background-repeat: no-repeat;
	background-position: center;
	background-color: #FFFFFF;

}

* html img,
* html .png{
position:relative;
behavior: expression((this.runtimeStyle.behavior="none")&&(this.pngSet?this.pngSet=true:(this.nodeName == "IMG" && this.src.toLowerCase().indexOf('.png')>-1?(this.runtimeStyle.backgroundImage = "none",
this.runtimeStyle.filter = "progid:DXImageTransform.Microsoft.AlphaImageLoader(src='" + this.src + "', sizingMethod='image')",
this.src = "transparent.gif"):(this.origBg = this.origBg? this.origBg :this.currentStyle.backgroundImage.toString().replace('url("','').replace('")',''),
this.runtimeStyle.filter = "progid:DXImageTransform.Microsoft.AlphaImageLoader(src='" + this.origBg + "', sizingMethod='crop')",
this.runtimeStyle.backgroundImage = "none")),this.pngSet=true)
);
}

body {
font-family: Arial, Helvetica, sans-serif;
font-size:14px;
color:#000000;
margin-left: 0px;
margin-top: 0px;
margin-right: 0px;
margin-bottom: 0px;
	background-image: url(hplogobkgdwhitesmall.png);
background-position: center;
background-repeat: no-repeat;
background-color: #FFFFFF;
height: 100%;
overflow: auto;
position: relative;
}


td {
	font-family: Arial, Helvetica, sans-serif;
}

th {
	font-family: Arial, Helvetica, sans-serif;
}


a:link{
	color: #91aa1e;
	text-decoration: underline;
}
a:hover{
	color: #91aa1e;
	text-decoration: underline;
}
a:visited{
	color: #91aa1e;
	text-eb5523: underline;
}

h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	display: inline;
}

.buttonscontainerholder {width: 146px;
margin-top:0px;
float:left;
border:5 px;
border:#FFFFFF;
}

.buttonscontainer {width: 146px;
margin-top:0px;
float:left;
border:5 px;
border:#FFFFFF;
background:url(navigationfulltop.png);
background-repeat:no-repeat;
background-color:#28b250;
}

.buttons a {
	color: #FFFFFF;
	background-color: #292929;
	padding: 2px;
	padding-left: 10px;
	display: block;
	border-left: 3px solid;
	border-right: 3px solid;
	font-weight: bold;
	text-decoration: none;
	text-align: left;
	font-size: 10px;
	font-family: Arial, Helvetica, sans-serif;
}

.buttons a:hover {
	background-color: #ab0000;
	color: #FFFFFF;
	text-decoration: none;
}


.buttonsmain a {
	color: #FFFFFF;
	padding: 2px;
	padding-left: 10px;
	display: block;
	margin-bottom: 0px;
	border-left: 1px solid;
	border-right: 1px solid;
	border-color: #7ca800;
	font-weight: bold;
	text-decoration: none;
	text-align: left;
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;

}

.buttonsmain a:hover {background-color: #ab0000;
color: #FFFFFF;
text-decoration: none;}

.img-shadow {
  float:left;
  background: url(shadowAlpha.png) no-repeat bottom right !important;
  background: url(shadow.gif) no-repeat bottom right;
  margin: 10px 0 0 10px !important;
  margin: 10px 0 0 5px;
  }

.img-shadow img {
  display: block;
  position: relative;
  background-color: #fff;
  border: 1px solid #a9a9a9;
  margin: -6px 6px 6px -6px;
  padding: 4px;
  }
  
  .img-shadow-right {
  float:right;
  background: url(shadowAlpha.png) no-repeat bottom right !important;
  background: url(shadow.gif) no-repeat bottom right;
  margin: 10px 0 0 10px !important;
  margin: 10px 0 0 5px;
  }

.img-shadow-right img {
  display: block;
  position: relative;
  background-color: #fff;
  border: 1px solid #a9a9a9;
  margin: -6px 6px 6px -6px;
  padding: 4px;
  }
