.imgArea
{
	background-color: #cfdcf3;
	position: static;
	width: 100%;
	height: auto;
	text-align: center;
}



.imgArea p
{
	font-size: 12px;
	font-family: sans-serif;
	color: #2daf4f;
}



.imgTable
{
	float: left;
	border: none;
	margin-left: 15px;
	margin-right: 15px;
	margin-top: 20px;
	height: 200px;
	width: 120px;
}


.imgTable img
{
	border: none;
	vertical-align: top;
	text-align: left;
}


.imgTable p
{
	font-size: 12px;
	font-family: sans-serif;
	color: #000000;
	text-align: center;
	vertical-align: top;
	height: auto;
	width: auto;
	margin-left: 10px;
	margin-right: 10px;
}