#rtf-chairs, #gangs-table, #cnty-table, #rtf-stats
{
	font-family: "Lucida Sans Unicode", "Lucida Grande", Sans-Serif;
	font-size: 11px;
	background: #fff;
	margin: 0 0 0 0px;
	width: 100%;
	border-collapse: collapse;
	text-align: left;
}
#rtf-chairs th, #rtf-stats th
{
	font-size: 13px;
	font-weight: bold;
	color: #000;
	padding: 3px 8px 3px 8px;
	border-bottom: 2px solid #000;
}

#rtf-stats caption {
	border-bottom: 2px solid black;
	padding: 5px 0;
}

#rtf-stats th {
	text-align: center;
}

.chair {
	background: #f2eded;
}

.Dchair {
	background: #D2DDE8;
}

.right {
	text-align: right;
}

#rtf-chairs td, #rtf-stats td
{
	border-bottom: 1px solid #999;
	color: #333;
	padding: 6px 8px;
}

.doc, .djj {
	background: #EAEFF4;
}



/*
#rtf-chairs tbody.bg tr:hover td
{
	color: #000;
	background: #f2eded;
}
*/

#gangs-table th, #cnty-table th
{
	font-size: 13px;
	font-weight: bold;
	text-align: right;
	color: #000;
	padding: 3px 8px 7px 8px;
	border-bottom: 2px solid #000;
}

#gangs-table th {
	width: 20%;
}

#cnty-table th {
	width: 135px;
}

#gangs-table td, #cnty-table td
{
	border-bottom: 2px solid #000;
	color: #333;
	padding: 6px 8px;
}

