/*****************************************/
/* Table properties                      */

TABLE {
	font-size: 80%;
	line-height: 1.5em;
	border-spacing: 0px;
	empty-cells: show;
}

TH {
	padding: 2px 1em 2px 0;
	text-align: left;
	text-transform: lowercase;
	border-bottom: solid black 1px;
}

TD {
	padding: 1px 1em 1px 0;
	border-bottom: dotted #DDD 1px;
}



