html {
	overflow: auto;

	    margin:0;
  padding:0;
}
#bottombar p{
	padding:10px;
	padding-top:0;
	padding-bottom:0;
}
body{
  background:#FFFFFF;
  color:#2E3436;
  font-family:Helvetica,Arial,sans-serif;
  font-size:77%;
  height:143px;
  margin:0;
  padding:0;
  padding:0px;
  width:355px;
  overflow: hidden;
}
#topbar {
	background: url("../../hnetcs/gfx/greenheader.jpg");
	height:23px;
	line-height:20px;
	color:#fff;
	font-weight:800;
	margin-bottom:8px;
	width:100%;
	position:relative;
	clear:both;
	width:100%;
}
#bottombar {
	background: url("../../hnetcs/gfx/greenheader.jpg");
	height:23px;
	line-height:20px;
	color:#fff;
	font-weight:800;
	margin-bottom:8px;
	width:100%;
	position:relative;
	clear:both;
	width:100%;
}
address{
	width:31%;
	max-width:31%;
	font-style:normal;
	text-indent:5px;
	float:left;
	height:100%;
}

address + address{
	width:69%;
	text-indent:0px;
	min-width:69%;
	float:right;

}
th{
	text-align:left;
}

td{
	text-align:left;
	line-height:125%;
	font-weight:800;
}
td + td{
	font-weight:400;
}
h1{
	color:#000;
	font-size:1.1em;
	font-weight:800;
	position:relative;
	margin: 0.2em 70px;
}

table{
	padding:0;
	margin:0;
	width:100%;
	min-width:100%;
	float:left;
	border-collapse:collapse;

}
caption{
	caption-side:bottom;
	font-style:italic;
}
ins{
	text-decoration:none;
}
#footer{
	position:relative;
	margin-top: 5px;
	height:30px;

	text-align:right;
	overflow: hidden;
}
a{
	margin-top: 5px;
	font-family:Helvetica,Arial,sans-serif;
	text-decoration:none;
	font-size:115%;
	clear:both;
	float:right;
	padding-right:1px;
	color:#C98425;

}
a:after{
	content:">>";

}
a:hover{
	color:#DA9536;
}
a:hover:after{
	content:"<<";
}
a:hover:before{
	content:">>";
}
tr.odd{
	background:#EFEFEF;
}

