body {
	margin: 0;
	background: #97a1a3;
}

div.main {
	width: 223px;
	height: 315px;
	margin: 0px;
	background: #a3abad;
	overflow: hidden;
}

div.section1 {
	width: 223px;
	height: 45px;
	background: #ffffff;
}

div.section1 b {
	font-family: Arial;
	font-size: 12px;
	color: #e95d10;
	position: relative;
	top: 8px;
	left: 6px;
}

div.section1 span {
	font-family: Arial;
	font-size: 12px;
	color: #272001;
	position: relative;
	top: 8px;
	left: 6px;
}

div.section2 {
	width: 223px;
	height: 26px;
	margin-top: 1px;
	background: #ffffff;
}

div.content {
	border-left: 1px solid #939ea1;
	border-right: 1px solid #939ea1;
}

div.rates {
	width: 221px;
	height: 171px;
}

div.separator {
	border-top: 1px solid #939ea1;
}

div.info {
	width: 221px;
	height: 53px;
}

div.info span {
	font-family: Arial;
	font-size: 10px;
	color: #272001;
	position: relative;
	top: 6px;
	left: 6px;
}

div.footer {
	width: 223px;
	height: 18px;
	background: #ffffff;
	text-align: right;
}

table.rates {
	position: absolute;
	width: 221px;
}

table.rates tr.header td {
	font-family: Arial;
	font-size: 11px;
	color: #e95d10;
	line-height: 26px;
	text-align: center;
}

table.rates tr.header td.Commodity {
	border-right: 1px solid #a6aeb0;
	width: 60px;
}

table.rates tr.header td.Bid {
	border-right: 1px solid #a6aeb0;
}

table.rates tr.header td.Offer {
	border-right: 1px solid #a6aeb0;
}

table.rates tr.header td.Change {
	width: 62px;
}

table.rates tr td {
	font-family: Arial;
	font-size: 11px;
	color: #ffffff;
	line-height: 21px;
	text-align: center;
}

table.rates tr td div.positive {
	background: url(positive.jpg) no-repeat 0px 9px;
	width: 35px;
	text-align: right;
	
}

table.rates tr td div.negative {
	background: url(negative.jpg) no-repeat 0px 9px;
	width: 35px;
	text-align: right;
}