/* tables */
table.index {
	font-family:courier new;
	background-color: #cccccc;
	margin-top:10px;
	font-size: 10pt;
	width: 100%;
	text-align: left;
}
table.index thead tr th, table.index tfoot tr th {
	background-color: #dddddd;
	border: 1px solid #ffffff;
	font-size: 10pt;
	padding: 4px;
}
table.index thead tr .header {
	background-image: url(2.gif);
	background-repeat: no-repeat;
	background-position: center right;
	cursor: pointer;
}
table.index tbody td {
	padding: 4px;
	background-color: #ffffff;
	vertical-align: top;
}
table.index tbody tr.odd td {
	background-color:#eeeeee;
}
table.index thead tr .headerSortUp {
	background-image: url(1.gif);
}
table.index thead tr .headerSortDown {
	background-image: url(3.gif);
}
table.index thead tr .headerSortDown, table.index thead tr .headerSortUp {
	background-color: #cccccc;
}

