.infotable {
	font-family: "Times New Roman", Times, serif;
	font-size: 12px;
	color: #333333;
	background-color: #E2E2E2;
	border: thin ridge #333333;
	width: 80%;
}
.picture {
	margin-top: 10px;
	margin-bottom: 10px;
	margin-left: 10px;
	margin-right: 10px;
}
.info {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #131C15;
	font-weight: normal;
	background-color: #989F93;
	border-top-width: thin;
	border-right-width: thin;
	border-bottom-width: thin;
	border-left-width: thin;
	border-top-style: solid;
	border-top-color: #666666;
	border-right-color: #666666;
	border-bottom-color: #666666;
	border-left-color: #666666;
	text-align: center;
	padding-top: 10px;
	padding-bottom: 0px;
	line-height: 20px;
}
.picName {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	background-color: #989F93;
	color: #000000;
	font-size: 18px;
}
