.leftcolumn { background-color: #CCFFCC; font-weight: bold;
}
.leftcolumn em { font-weight: normal;
}

.net {
	width: auto;
	table-layout: fixed;
	border-collapse: collapse;
	border-style: solid;
	border: 1;
	border-color: #999999;
}
.net th { font-size: 110%; font-weight: bold;}
.net tr { align: left;}

.publi {
	width: 99.99%;
	table-layout: fixed;
	border-collapse: collapse;
	border-style: solid;
	border: 1;
	border-color: #999999;
}
.publi em { font-weight: normal; }

.noborder {
	width: 99.99%;
	table-layout: fixed;
	border-collapse: collapse;
	border: 0;
}



