

.body {}
table.table_style {
	width: 800 px;
	border-width: 5px;
	border-style: solid;
	border-color: #E58728;	background-position: center;}
	
tr.tr_style {
	height: 130px;
	}

td.td_style {
	width: 33%;
	border-width: 1px;
	padding: 2px;
	vertical-align:middle;
	text-align:center;
	border: 2px #E58728 solid;	background-color: #eef0ce;}
	
img.img_style {	border: none;
	}
