.border {
	border: thin none #FFFFFF;
}
.headline {
	font-family: Arial, Helvetica, sans-serif;
	font-size: large;
	font-style: normal;
	line-height: normal;
	font-weight: bolder;
	font-variant: normal;
	text-transform: none;
	color: #044C9E;
}
.copy {
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #FFFFFF;
}
#table_scroll {
	overflow: auto;
	z-index: auto;
	height: 500px;
	width: 595px;
	position: relative;
}
.footer_txt {
	font-family: Arial, Helvetica, sans-serif;
	font-size: x-small;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	color: #843FDA;
	margin: 0px;
}

.table_scrolling {
	overflow: scroll;
	visibility: visible;
	z-index: auto;
	height: 500px;
	width: 595px;
	position: relative;
}
