@charset "utf-8";
/* CSS Document */


#committees {
	margin: 10px;
	background: white;
	border-color: #b6b6b6;
	border-width: 0 0 1px 1px;
	border-style: solid;
}

em {
	padding: 5px 0 0 0;
}

#committees td {
	padding: 2px 8px 2px 8px;
	border-color: #b6b6b6;
	border-width: 1px 1px 0 0;
	border-style: solid;
}


#committees tr.com_head {
	background:url(../images/table_head.gif) repeat-x;
}

#committees tr.gray {
	background: #eef0f1;
}

