@CHARSET "ISO-8859-1";


table.df_table {
	margin: 10px 0px 0px 10px;
	font-family: Arial;
	font-size: 10pt; 
	cell-padding: 0px;
	cell-spacing: 1px;
	
}

thead.df_thead {
	background: navy;
	color: white;
	font-weight: bold;
}

tr.df_table_row {
	font-size: 9pt;
	overflow: scroll;
	border-color: black;
	border-style: solid;
	border-width: 1px;
}

tr.df_table_cell {
	border-color: black;
	border-width: 1px;
}