.table {
	border-collapse: collapse;
	border-spacing: 0px;
	empty-cells: show;
	margin: 0px auto;
	background:#FFFFFF;
	font-weight:normal;
	font-size:90%;
	margin-bottom:10px;
	border-bottom:1px dotted #999999;

	line-height:120%;
	}

.table th,
.table td {
	padding: 0px;
	font-size:100%;
	padding-bottom:10px;
	}

.table th {
	background-color:#EBEBEB;
	font-size:100%;
	font-weight:normal;
	}

.smaller{font-size:100%;}