.left {
	float:left;
}
.right {
	float:right;
}
.inline {
	display:inline;
}
.cleared {
	clear:both;
}
#textTableImages {
	position:relative;
	font-family:Arial, Helvetica, sans-serif;
	line-height:18px;
	font-size:12px;
	color:#666666;
}
#textTableImages h3{
	color:#01928B;
}

#textTableImages {
	position:relative;
}

#textTableImages .textTableImages-bottom  .textTableImages-table{
	width:374px;
	padding-right:20px;
}
#textTableImages .textTableImages-bottom  .textTableImages-images{
	padding-top:20px;
}



#textTableImages .box-table-a
{
	font-family: "Lucida Sans Unicode", "Lucida Grande", Sans-Serif;
	font-size: 12px;
	width: 100%;
	text-align: left;
	border-collapse: collapse;
}
#textTableImages .box-table-a th
{
	font-size: 13px;
	font-weight: normal;
	padding: 8px;
	background: #F6F0E2;
	border-top: 4px solid #EDE3CC;
	border-bottom: 1px solid #fff;
	color: #666666;
	font-weight:bold;
}
#textTableImages .box-table-a td
{
	padding: 8px;
	background: #F9F6ED; 
	border-bottom: 1px solid #fff;
	color: #666666;
	border-top: 1px solid transparent;
}
#textTableImages .box-table-a tr:hover td
{
	background: #EDE3CC;
	color: #666666;
}