div.article {
	margin-bottom: 2em;
}

div.article div.header { 
	font-size: 12px; 
	font-weight: bold;
	margin-bottom: 6px; 
	color: black;	
}

div.article div.comment { 
	font-size: 10px;
	font-style: italic;
	background-color: #fafafa;	
	color: black;
    padding: 3px;
    margin-bottom: 3px; 
}

div.article div.stat { 
	font-size: 9px; 
	color: black;
	margin-bottom: 3px; 
}

div.article div.body { 
	font-size: 10px; 
	color: black;
	margin-top: 1em; 
}

table.data {
	border-style: solid;
	border-width: 1px;
	border-color: black;
	border-collapse: collapse;
	border-spacing: 0px;
	
}

table.data thead {
	color: #1d7148; 
	background: transparent url(../../images/hgrad.gif) top left repeat-x;
	height: 30px;
}

table.data tbody { 
	color: black;
	background-color: white;
}

table.data td, table.pricelist th {
	border-style: solid;
	border-width: 1px;
	border-color: black;
	border-collapse: collapse;
	border-spacing: 0px;
	padding: 2px 5px 2px 5px;
	text-align: left;
}

table.data td.prd { 
	background-color: #E0F8E2;
}

table.data td.abc { 
	background-color: #E0F8E2;
  font-weight: bold;
}
