/************** .tbl styles *****************/

#mc table.tbl{
	margin: 1em;
	border-collapse: collapse;
	border-top: 1px solid #bbbbbb;
	border-right: 0px;
	border-bottom: 0px;
	border-left: 0px;
	border-spacing: 0;
	empty-cells: show;
}
#mc table.tbl th {
	text-align: left;
	font-weight: normal;
	padding: 3px 12px 3px 5px;
	vertical-align: top;
	white-space: nowrap;
	border-top: 0px;
	border-right: 0px;
	border-bottom: 1px solid #bbbbbb;
	border-left: 0px;
}
#mc table.tbl td {
	padding: 3px 5px 3px 5px;
	vertical-align: top;
	border-top: 0px;
	border-right: 0px;
	border-bottom: 1px solid #bbbbbb;
	border-left: 0px;
}
#mc table.tbl ul {
	list-style-type: square;
	marker-offset: 0px;
	margin-left: 0px;
	padding-left: 1em;
}

/************** .list styles *****************/
#mc h4 {
	border-left: 8px solid #006699;
	padding-left: 10px;
	margin-top: 1em;
	margin-bottom: 1em;
}
#mc .left{
	float: left;
	padding: 10px 10px 10px 0px;
}
#mc .clearboth {
	clear: both;
}
