body
{
	background-color: #ffffff;
	color: #000000;
	font-family: Arial;
	font-size: 8pt;
	margin: 0;
	padding: 0;
}
select
{
	font-family: Arial;
	font-size: 100%;
}
.index_chart h2
{
	display: inline;
	font-size: 125%;
	text-transform: uppercase;
}
.index_chart .quote_line
{
	display: inline;
}
.index_chart .chart
{
	margin-top: 4pt;
}
.quote_line .quote_time
{
	font-size: 80%;
}
.quote_line .chart_selector
{
	position: absolute;
	right: 40px;
	width: 80px;
}
.quote_line .diff_negative,
.quote_line .diff_positive,
.quote_line .diff_unchanged,
.quote_line .diff_nochange
{
	background-position: center bottom;
	background-repeat: repeat-x;
	padding-left: 4pt;
	padding-right: 4pt;
	padding-top: 1px;
	padding-bottom: 1px;
	font-weight: bold;
	margin-right: 10pt;
	margin-left: 10pt;
}
.quote_line .diff_negative
{
	background-image: url(Images/red_grad_bg.gif);
	background-color: #ff8566;
	color: #ffffff;
}
.quote_line .diff_positive
{
	background-image: url(Images/green_grad_bg.gif);
	background-color: #66e085;
	color: #ffffff;
}
.quote_line .diff_unchanged,
.quote_line .diff_nochange
{
	background-image: url(Images/gray_grad_bg.gif);
	background-color: #d8d8d8;
	color: #ffffff;
}
.quote_line .diff_negative span,
.quote_line .diff_positive span,
.quote_line .diff_unchanged span,
.quote_line .diff_nochange span
{
	background-position: center bottom;
	background-repeat: no-repeat;
	padding-bottom: 4px;
	margin-bottom: -4px; /* IE7 fix */
}
.quote_line .diff_negative span
{
	background-image: url(Images/red_arrow.gif);
}
.quote_line .diff_positive span
{
	background-image: url(Images/green_arrow.gif);
}
.quote_line .diff_unchanged span,
.quote_line .diff_nochange span
{
	background-image: url(Images/gray_arrow.gif);
}
