﻿table.PhoneNumbers
{
	position: relative;
	list-style: none;	
	width: 100%;
	margin-left: auto;
	margin-right: auto;
}

table.PhoneNumbers tr
{
}

table.PhoneNumbers tr td.StateName
{
	width: 10%;
	font-weight: bold;
}

table.PhoneNumbers tr td.CityName
{
	width: 40%;
}

table.PhoneNumbers tr td.PhoneNumber
{
	width: 50%;
	font-size: medium;
	text-align: right;
}

