@charset "UTF-8";
.thrColAbsHdr #scroll_footer .bottom_line {
	background-image:url(../images/grey_line.gif);
	background-repeat:repeat-x;
	width:776px;
	height:1px;
	margin:2px 2px 0px 2px;
	padding:0px;
}
.scroll_chart_table {
	font-family: Arial, Helvetica, sans-serif;
	color: #333333;
	text-align: left;
	margin-left: 20px;
	padding-left: 20px;
	overflow: auto;
}
.thrColAbsHdr #scroll_footer {
	left:0px;
	width:100%;
	height:65px;
	padding: 0px 0px 0px 0px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	margin:0px 0px 0px 0px;
	background:#fff;
}
.thrColAbsHdr #scroll_feat_bene {
	margin:2px 0 0 160px; /* the right and left margins on this div element creates the two outer columns on the sides of the page. No matter how much content the sidebar divs contain, the column space will remain. */
	padding:0;
	width:600px;
	background-color:#fff;
	font-family:Arial, Helvetica, sans-serif;
}
/* CSS Document */

.thrColAbsHdr #scroll_container {
	position: relative; /* adding position: relative allows you to position the two sidebars relative to this container */
	width: 780px;
	background: #FFFFFF;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: 0px solid #000000;
	text-align: left; /* this overrides the text-align: center on the body element. */
}
