.TableMain {
	font-family: Arial, Helvetica, sans-serif;
	background-color: #EBEBEB;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
}
.FontXSmall {
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
	font-style: normal;
}
.AddressBorder {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	height: auto;
	width: 28%;
	background-color: #9999CC;
	border: none;
	color: #000000;
}
.Border {
	border-top-width: thin;
	border-right-width: thin;
	border-bottom-width: thin;
	border-left-width: thin;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #9999CC;
	border-right-color: #9999CC;
	border-bottom-color: #9999CC;
	border-left-color: #9999CC;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
}
