/*  CounterData page style layout  */

.TableCounterData {
	table-layout:fixed;
	width:600px;
	/*height:400px;*/
}

.TableFont_FirstRow {
	color:#0000F0;
	font-weight:bold;
}
.TableFont_Row {
	color:#0000F0;
}

.FirstTableRow {
	font-size:10pt;
	background:#CCCCCC;
}
.TableRow {
	font-size:8pt;
	background:#9C9C9C;
}

.TableCell {	/* Default style for all cells */
	height:30px;
}

	/* Specifics of each cell */
.Cell1 {
	width:92px;
}
.Cell2 {
	width:88px;
}
.Cell3 {
	/*width:175px;*/
}
.Cell4 {
	width:95px;
}
.Cell5 {
	width:160px;
}
