table {
	width: 350px;
	border:1px solid #000000;
	border-spacing: 0px;
	margin-bottom: 10px;
	 }

table a, table, tbody, tfoot, tr, th, td {
	font-family: Arial, Helvetica, sans-serif;
}

thead th {
	background: url(../images/bg_th.gif) left;
	height: 21px;
	color: #FFFFFF;
	font-size: 0.8em;
	font-family: Arial;
	font-weight: bold;
	padding: 0px 7px;
	margin: 20px 0px 0px;
	text-align: left; }

tbody tr {	background: #ffffff; }

tbody tr.odd {	background: #f0f0f0; }

tbody th {
	background: url(../images/arrow_white.gif) left center no-repeat;
	background-position: 5px;
	padding-left: 40px !important; }

tbody tr.odd th {
	background: url(../images/arrow_grey.gif) left center no-repeat;
	background-position: 5px;
	padding-left: 40px !important; }

tbody th, tbody td {
	font-size: 0.8em;
	line-height: 1.4em;
	font-family: Arial, Helvetica, sans-serif;
	color: #000000;
	padding: 10px 7px;
	border-left: 1px solid #DDDDDD;
	border-bottom: 1px solid #800000;
	text-align: left; }

tbody tr td:first-child {
	border-left: 1px solid #000000;
	}

tbody a {
	color: #000000;
	font-weight: bold;
	text-decoration: none; }

tbody td.colspan2 {
	text-align: center;
	}

