/* CSS Document */
.Items {
	font-family:Arial, Helvetica, sans-serif;
	font-size:10pt;
	border:solid #999999 1px;
	background-color: #EEEEEE;
	width:220;
	text-align:center;
	vertical-align:top;
	padding-top:5px; padding-bottom:5px;
}
.ConsumerItems {
	font-family:Arial, Helvetica, sans-serif;
	font-size:10pt;
	border:solid #999999 1px;
	background-color: #EEEEEE;
	width:240;
	text-align:center;
	vertical-align:top;
	padding-top:5px; padding-bottom:5px;
}
.OtherItems {
	font-family:Arial, Helvetica, sans-serif;
	font-size:10pt;
	border:solid #999999 1px;
	background-color: #EEEEEE;
	text-align:center;
	vertical-align:top;
	padding-top:5px; padding-bottom:5px;
}
.Pictures {
	font-family:Arial, Helvetica, sans-serif;
	font-size:10pt;
	border:solid #999999 1px;
	background-color: #EEEEEE;
	width:420;
	text-align:center;
	vertical-align:top;
	padding-top:5px; padding-bottom:5px;
}
.MainTable {
	background-color: #FCCF70;
	border-bottom:solid #F1A607 2px;
	border-left:solid #F1A607 2px;
	border-right:solid #F1A607 2px;
	border-top:solid #F1A607 2px;
}
.EmptySpace {
	width: 15px;
}
.InfoBox {
	font-family:Arial, Helvetica, sans-serif;
	font-size:10pt;
	border:solid #999999 1px;
}
.InfoBox-Heading {
	font-weight: bold;
	background-color: #999999;
	height:20;
	padding-left:5px;
}
.InfoBox-Content {
	background-color: #EEEEEE;
	padding: 5px;
	text-align:left;
}
.InfoBox-Cell {
	text-align:center;
	border-right:solid #999999 1px;
}
.Button {
	font-size:8pt;
	border:solid #EEEEEE 1px;
}
.Chart {
	font-family:Arial, Helvetica, sans-serif;
	font-size:8pt;
	border:solid #999999 1px;
}
.Chart-Cell {
	border-right:solid #999999 1px;
	border-bottom:solid #999999 1px;
	padding-left: 8px;
	background-color: #FFFFFF;
	height: 42px;
}
.button-over {
	cursor: hand;
	background-color: #FBDC73;
}
.button-out {
	background-color: #FFFF99;
}
.TableRow-MouseOut {background-color: #EEEEEE;}
.TableRow-MouseOver {background-color: #FFE9A4;}