.tradeDiv
{
	position: relative;
	height: 413px;
	width: 100%;
	overflow: scroll;
}

.tradeTable
{
	position: relative;
	/*width: 100%;*/
	height: 100%;
	padding: 0;
	margin: 0;
}

.tradeCell1
{
	position: relative;
	padding: 0;
	margin: 0;
	width: 199px;
	background-color: rgb(214,214,222);
	vertical-align: top;
}
.tradeCell2
{
	position: relative;
	padding: 0 0 0 0;
	margin: 0;
	width: 545px;
	background-color: white;
	vertical-align: top;
}
.tradeCell1Div
{
	padding-top: 20px;
}

.tradeCell2Div
{
	padding: 16px 41px 10px 41px;
}

.tradeRightMenuLink, .tradeRightMenuLink:link
{
	padding-left: 22px;
	font-size: 10px;
	text-decoration: none;
	font-weight: bold;
	vertical-align: middle;
	display: block;
	line-height: 180%;
	color: black; 
}
.tradeRightMenuLink:hover		{  }

.tradeRightMenuLinkSel, .tradeRightMenuLinkSel:link
{ 
	padding-left: 22px;
	font-size: 10px;
	font-weight: bold; 
	background-color: rgb(132,115,148);
	text-decoration: none;
	color: white;
	line-height: 180%;
	display: block;
	vertical-align: middle;
}
.tradeRightMenuLinkSel:hover	{  }



