#leftcontent table, #rightcontent table {
	background:  url("../../images/bgs/tile_back.png") #C88E45;
	border: #ACB2BC 1px solid;
	color: #000000;
	font: 11px verdana,arial,helvetica, sans-serif;
	margin: 0px;
	padding: 0px;
	width: 140px;
}

#leftcontent table tr, #rightcontent table tr {
	background:  url("../../images/bgs/tile_back.png") #C88E45;
	border: #000000 1px solid;
	color: #000000;
	font: 11px verdana,arial,helvetica,sans-serif;
	margin: 0px;
	padding: 0px;
}

#leftcontent table th, #rightcontent table th {
	background:  url("../../images/bgs/headerbg2.png") #C88E45;
	border: #000000 1px solid;
	color: #FFFFFF;
	font: bold 11px verdana,arial,helvetica,sans-serif;
	margin: 0px;
	padding: 0px;
}

#leftcontent table tr td a:link, #leftcontent table tr td a:visited, #leftcontent table tr td a:active, #rightcontent table tr td a:link, #rightcontent table tr td a:visited, #rightcontent table tr td a:active {
	background: transparent;
	border: #C88E45 1px solid;
	color: #000000;
	display: block;
	font-size: 11px;
	padding-left: 5px;
	padding-right: 5px;
	text-decoration: none;
}

#leftcontent table tr td a:hover, #rightcontent table tr td a:hover {
	background: #C88E45;
	border: #A47031 1px solid;
	color: #000000;
	display: block;
	font-size: 11px;
	padding-left: 5px;
	padding-right: 5px;
	text-decoration: none;
}

#leftcontent table tr th a, #rightcontent table tr th a {
	background: transparent;
	color: #FFFFFF;
	display: block;
	font-size: 11px;
	padding-left: 5px;
	padding-right: 5px;
	text-decoration: none;
}

