TABLE.results {
	width: 90%; 
	border: solid 1px; 
	border-collapse: collapse;
}
TABLE.results TH, TABLE.results TD {
	padding: 3px; 
	border: solid 1px; 
}
TABLE.results TH {
	background-color: #d0d0d0;
	font-size: 12px;
	font-family: arial, serif;
	font-weight: normal;
}
TABLE.results TH A {
	text-decoration: none;
}
TABLE.results TD {
}

TABLE.faq, TABLE.faq TABLE {
	width: 100%;
	border-style: none;
	border-collapse: collapse;
	table-layout: auto;
	margin: 0;
	padding: 0;
}
TABLE.faq TD {
	border: solid 1px #000000;
	width: 100%;
	padding: 4px;
	color: #000000;
}
TABLE.faq TD.name, TABLE.faq TD.date
{
	background-color: #d0d0d0;
}
TABLE.faq TD.answer
{
/*	background-color: #9999ff; */
	color: #0000ff;
}
TABLE.faq TD.space
{
	border-style: none;
}

TABLE.forum {
	width: 100%;
	border-style: none;
	border-collapse: collapse;
	table-layout: auto;
	margin: 0;
	padding: 0;
}
TABLE.forum TH {
	font-size: 0.8em;
	font-family: arial, serif;
	font-weight: normal;
	background-color: #d0d0d0;
}
TABLE.forum TH, TABLE.forum TD {
	border: solid 1px #000000;
/*	width: 100%; */
	padding: 4px;
}
/*
TABLE.forum TD.odd {
	background-color: #999999;
}
*/
TABLE.forum TD.name {
	background-color: #EEEEEE
}
TABLE.forum TD.date {
	background-color: #EEEEEE
}
/*
TABLE.forum TD.message {
	border: 1px #BBBBBB solid; 
	padding: 4px;
	color: #000000;
}
*/