
.officeTable h1, .officeTable h2, .officeTable h3
{
	background: #EFEFEF;
}


.officeTable th
{
	text-align: left;
	font-weight: normal;
}
.officeTable
{
	width: 100%;
}
.officeTable a
{
	text-decoration: none;
	color: Blue;
}
.officeTable td
{
	background: #EFEFEF;
}
.officeTable .companyNames
{
	width: 50%;
}
.officeTable .officeNames
{
	width: 50%;
}
.searchResult
{
	width: 100%;
}
.searchResultAlternateRow
{
	background-color: #EFEFEF;
}

.selected
{
	font-weight: bold;
}


