.listTableHeader {
    font-family:verdana, arial, helvetica, sans serif;
	font-size:9px;
	text-align: center;
	background-color: #E0E0E0;
}
table.sortable {
	background-color:#ffffff;
    color:#000066;
	font-size:8pt;
	font-family:arial;
    text-decoration: underline;
    border-collapse:collapse;
}

a.sortheader {
    font-size: 8pt;
    font-family:verdana;
}
 
table.scrollTable  {
	border-top:none;
	border-left:none;
	border-right:none;
	border-bottom:none;
}
 
headerDiv {
	padding:0px;
	margin: 0px"
}
 
table.sortable span.sortarrow {
    color: black;
    text-decoration: none;
}
 
table.sortable span.noarrow {
    color: black;
    text-decoration: none;
}
 
td.noSort {
	background-color:#ffffff;
    color:#0000ff;
	font-size:8pt;
	font-family:arial;
    font-weight: bold;
    text-decoration: none;
    display:inline;
	border-top:solid 1px;
	border-bottom:solid 1px silver;
}

.data {
	font-size:8pt;
	font-weight:normal;
	border-bottom:solid 1px;
}
