body {
	font-family: Arial, Helvetica, sans-serif;
	height: 100%;
	width: 99%;
}

.contactTable {
	position: absolute;
	top: 20px;
}

.topBox {
	border-bottom: 1px solid #4fe000;
	background-color: #c5ffa6;
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	position: fixed;
	margin-left: auto;
	margin-right: auto;
	margin-top: auto;
	margin-bottom: auto;
	top: 0;
	left: 0;
	right: 0;
	width: 100%;
	height: 20px;
	text-align: center;
}

.topRight {
	position: absolute;
	right: 0;
	padding-right: 5px;
	padding-top: 3px;
	padding-bottom: 2px;
	text-align: center;
}

.topLeft {
	position: absolute;
	left: 0;
	padding-left: 5px;
	padding-top: 3px;
	padding-bottom: 2px;
	text-align: center;
	left: 0;
}

.disclaimer {
	font-size: x-small;
	color: gray;
	position: relative;
	margin-left: auto;
	margin-right: auto;
	margin-top: auto;
	bottom: 20px;
	padding-top: 20px;
	left: 0px;
	right: 0px;
	width: auto;
	text-align: center;
}