/* TABLE PROPERTIES */#tableStyle table, #tableStyle th, #tableStyle td {	border-collapse: collapse;	font-family: "Trebuchet MS", Arial, sans-serif;}#tableStyle th{		border:0px;		color:#FFF;}#tableStyle td{		border: 1px solid #95AF62;		color:#708349; /* #95AF62; */		background-color: #FFF3D1;		bac}#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.left{	background-image: url('images/tableStyle/hLeft.gif');	background-position: top left;	background-repeat: no-repeat;}#tableStyle thead th.mid{	background-image: url('images/tableStyle/hMid.gif');	background-position: top;	background-repeat: repeat-x;}#tableStyle thead th.right{	background-image: url('images/tableStyle/hRight.gif');	background-position: top right;	background-repeat: no-repeat;}/* FOOTER */#tableStyle tfoot th.left{	background-image: url('images/tableStyle/fLeft.gif');	background-position: bottom left;	background-repeat: no-repeat;}#tableStyle tfoot th.mid{	background-image: url('images/tableStyle/fMid.gif');	background-position: bottom;	background-repeat: repeat-x;}#tableStyle tfoot th.right{	background-image: url('images/tableStyle/fRight.gif');	background-position: bottom right;	background-repeat: no-repeat;}/* BODY */#tableStyle tbody td{background-color:#FFF3D1;}#tableStyle tbody tr { background: #FCFDFE; }#tableStyle tbody tr.odd { background: #E6EDF5; }#tableStyle table a:link {color: #981F23;text-decoration: none;}#tableStyle table a:visited {color: #981F23;text-decoration: none;}#tableStyle table a:hover {color: #000;text-decoration: underline !important;}