/*table style sheet for the OAA website*/
/*designed and developed by Kuan-Jian Foo for Media-Intelligence March 25-28 2004*/

    	/*-----table----*/
table {
	margin: 10px 10px 25px 10px;
	background:#fff;
	font-size:12px;
	border: 1px solid #e0c9a8;
	width: 97%;
}
caption {
	text-align: center;
	border-bottom: 0;
	width: 468px;
	font-size:15px;
}
th{
	text-align: left;
	padding-left: 5px;
	color:#82581D;
  background-color: #E0C9A8;
	/*border: 1px solid #999;*/
	border: 1px solid #e0c9a8;
}
td {
	padding:5px;
	padding-left: 10px;
	font: 11px/15px verdana, arial, sans-serif;
}
tr {
	background:#fff;
	padding: 5px 0 5px 0;
	width: 100%;
}
tr.ruled {
	background:#f93;
}

