.lstBlkOdd
{
	width: 800px;
	background-color: #fdf8f0;
	margin-top: 14px;
	font-family: Arial, Sans-Serif;
	font-size: 9pt;
	direction: LTR;
}
.lstBlkEven
{
	width: 800px;
	margin-top: 14px;
	font-family: Arial, Sans-Serif;
	font-size: 9pt;
	direction: LTR;
}
.lstImage
{
	float: left;
	clear: none;
	background-color:inherit;
	cursor: hand;
}
.lstThumbnail
{
	border: none;
	background-color:inherit;
}

.lstDataBlk
{
	width: 620px;
	margin-left: 5px;
	float: left;
	clear: right;
	background-color:inherit;
	direction: inherit;
}
 
.lstHdr
{
	background-color: #ccf0f0;
	font-size: 10pt;
	clear: right;
	font-weight: bold;
	direction: inherit;
}

.lstHdrTitle
{
	background-color: inherit;
	padding-left: 4px;
	width: 240px;
	float: left;
	direction: inherit;
}

.lstHdrPrx
{
	background-color: inherit;
	direction: LTR;
}

.lstDataSubBlk
{
	position: static;
	direction: inherit;
}
.lstAddr
{
	/*width: 380px;*/
	font-weight: bold;
	direction: LTR;
}

.lstData
{
	position:static;
	direction: inherit;
}

.lstDataCols
{
	position:relative;
	float: left;
}
.lstAgntBlk
{
	position: relative;
	clear: right;
	float: right;
	width: 220px;
	top: 5px;
	left: -8px;
	background-color: #eeddee;
	direction: LTR;
}

.lstAgntHdr
{
	text-align: center;
	background-color: #996699;
	color: #EEFFEE;
	font-size: 12pt;
	font-weight: bold;
	direction: inherit;
}

.lstAgntName
{
	text-align: center;
	font-size: 10pt;
	font-weight: bold;
	direction: inherit;
}

.lstAgntData
{
	font-family: Arial, Sans-Serif;
	font-size: 9pt;
	direction: inherit;
}
.lstAgntData td
{
	font-family: Arial, Sans-Serif;
	font-size: 9pt;
	direction: inherit;
}