table.info-table{
	width: 498px;
	margin-left: 10px;
	margin-top: 20px;
	margin-bottom: 20px;
	border: 1px Solid Black;
}
table.info-table td{
	vertical-align: middle;
	font-size: small;
	line-height: 150%;
	padding: 5px;
}
table.info-table td.td1-top{ 
	width: 100px;
	border-right: 1px Solid Black;
	background-color: Gray;
	color: White;
	font-weight: bold;
}
table.info-table td.td2-top{
	background-color: #FFFAFA;
}
table.info-table td.td1{ 
	width: 100px;
	border-right: 1px Solid Black;
	border-top: 1px Solid Black;
	background-color: Gray;
	color: White;
	font-weight: bold;	
}
table.info-table td.td2{ 
	border-top: 1px Solid Black;
	background-color: #FFFAFA;

}

iframe#gmap_frame{
	margin-left: 10px;
	margin-right: auto;
	margin-top: 10px;
	margin-bottom: 10px;
	width: 500px;
	
}
