﻿#PropertyAddress
{
	float:left;
	font-size: 10pt;
	color: white;
	text-align: center;
	font-weight: bold;
}

.PropertyInfoList
{
	list-style-type: none;
	margin: 0;
	padding: 0;
	position: relative;
	text-align: center;
	display: block;
}

.PropertyInfoListItem
{
	padding-left: 20px;
	padding-right: 20px;
	display: inline;
}


