/* 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 td {padding:2px;}#tableStyle thead th {	padding: 4px;	text-align: center;	color: #FFF;	font-weight: bold;	font-size: 100% !important;}/* HEAD */#tableStyle thead th{	background-image: url('images/tableStyle/tableBg.gif');	background-position: top;	background-repeat: repeat-x;}/* BODY */#tableStyle tbody td, #tableStyle td{	background-color:#F5F7FB;	border: 1px solid #37312A;	color:#000; }#tableStyle tbody tr { background: #FCFDFE; }#tableStyle tbody tr.odd { background: #E6EDF5; }#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;}