	 /* for Table 1 in economics */

div.table1 {
	margin: 0;
	padding: 0;
	border-top:4px #888 double;
	border-left:4px #888 double;
   width: 658px;
	overflow:scroll;
	}

td, tr {
font-size: 90%;
text-align: right;
}

td.first, th.first {
text-align: left;
}

th, caption {
	text-align: center;
	}

th {
font-size: 80%;
}

table {
	border-top: #999 2px solid;
	border-bottom: #999 2px solid;
	margin: 7px;
		}

td {
margin: 0 10px 0 0;
padding: 0 10px 0 0;
	}

tr.colour {
	background: #E9F0F5;
	}

	td.blue {
	color: blue;
	font-weight: bold;
	}

	th.down, th.up1 {
	border-bottom: #999 2px solid;
			}


caption {
	margin: 3px 0;
	padding: 3px 0;
	color: #8B0120;
	font-weight: bold;
	text-align: left;
	font-size: 90%;
			}

td.t2 {
text-align: center;
font-size: 100%;
}

