/* TABLE PROPERTIES */
#tableStyle table, #tableStyle th, #tableStyle td {
	border-collapse: collapse;
	/*font-family: "Trebuchet MS", Arial, sans-serif;*/
}
#tableStyle th{
	border:1px solid #37312A;
	color:#FFF;
}

#tableStyle tbody td {padding:2px;}
#tableStyle thead th {
	font-size:10pt;
	padding: 3px;
	text-align: center;
	color: #FFF;
	font-weight: bold;
}

/* HEAD */
#tableStyle thead th{
	background-image: url('images/tableStyle/tableBg.gif');
	background-position: top;
	background-repeat: repeat-x;
}

/* BODY */
#tableStyle tbody td, #tableStyle td{
	font-size:10pt;
	background-color:#f6ead2;
	border: 1px solid #37312A;
	oolor:#000; 
}


#tableStyle tbody tr { background: #f4d3bb; }
#tableStyle tbody tr.odd { background: #f4d3bb; }
#tableStyle table a:link {color: #24488C;text-decoration: none;}
#tableStyle table a:visited {color: #24488C;text-decoration: none;}
#tableStyle table a:hover {color: #000;text-decoration: underline !important;}
