#menubar {
	visibility: hidden;
}
#tableBodys {
	width: 80%;
	margin-right: 10%;
	margin-left: 10%;
	min-width: 560px;
	background-color: #FFFFFF;
	padding-top: -20px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	border-top-color: #FFFFFF;
	border-right-color: #FFFFFF;
	border-bottom-color: #FFFFFF;
	border-left-color: #FFFFFF;
}
#header {
	background-color: #FFFFFF;
	background-image: url(images/header.jpg);
	background-repeat: no-repeat;
	background-position: right;
	height: 90px;
	margin-right: 10%;
	margin-left: 10%;
	width: 80%;
	position: absolute;
	z-index: 5;
	top: 40px;
	left: 10px;
	min-width: 560px;
	visibility: hidden;
	border: 0px none #FFFFFF;
}
#webservices th {
	background-color: #FF6600;
	border-top-width: 12px;
	border-right-width: 12px;
	border-bottom-width: 12px;
	border-left-width: 12px;
	border-top-style: solid;
	border-top-color: #FF6600;
	border-right-color: #FF6600;
	border-bottom-color: #FF6600;
	border-left-color: #FF6600;
}
#headerprint {
	height: 127px;
	width: 75%;
	visibility: visible;
	top: 20px;
	position: absolute;
	left: 10%;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-align: right;
	vertical-align: top;
}
#tableBody {

	width: 80%;
	margin-right: 10%;
	margin-left: 10%;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	min-width: 560px;
	background-color: #FFFFFF;
	padding-top: -20px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
