.errormsg { color: red; }

/* the 'Find a {PRO}...' box on the home page */
.findmeapro { color: black; background-color: #c09878; }

/********************************************************************
 * tables (with single line borders
 */
table.single,
td.singleleft,   th.singleleft,
td.singlecenter, th.singlecenter,
td.singleright,  th.singleright
{
	border-style: solid;
	border-width: 1px;
	border-color: gray;
	border-collapse: collapse;
	font-size: 10pt;
	color: #000000;
}

th.singleleft,
th.singlecenter,
th.singleright
{
	color: #143560;
}

th.singlecenter, td.singlecenter, td.center
{
	text-align: center;
}

th.singleright, td.singleright, td.right
{
	color: #143560;
	text-align: right;
}

