﻿body 
{
	font-size: 12px;
	font-family: Arial;
}

table, td
{
	font-size: 12px;
	font-family: Arial;
}

.errorMessage
{ 
	font-weight: bold;
}

.directoryCounty
{
	width: 100%;
	background-color: #696969;
	font-weight: bold;
	font-size: 110%;
	text-align: center;
	color: #ffffff;
	border: solid 1px #000000;
}
.directoryState
{
	width: 100%;
	background-color: #000000;
	font-weight: bold;
	font-size: 110%;
	text-align: center;
	color: #ffffff;
	border: solid 1px #000000;
}
.directoryCity
{
	width: 100%;
	background-color: #a9a9a9;
	font-weight: bold;
	font-size: 110%;
	text-align: center;
	color: #000000;
	border: solid 1px #000000;
}
.directorySpecialty
{
	width:100%; border: solid 1px #000000; text-align: center; font-style:italic; font-weight: bold; font-size: 105%;color: #000000;
}
.directoryTable
{
	width: 100%;
}
.directoryTable TD
{
	vertical-align: top;
	text-align: left;
}
.directoryTitle TD
{
	font-weight: bold; border-bottom: #000000 1px solid; background-color: #f0f0f0; border-bottom: solid 1px #000000;
}