body{ 
	padding:0 0 0 0; margin:0 0 0 0;
}


table {
    border: 1px solid #666;
	width: 70%;
	margin: 20px 0 20px 0;
}
td {
	padding: 2px 4px 2px 4px;
	text-align: center;
	
	
}
thead tr {
  background-color:#999999;
}
th.sorted {
    background-color: orange;
}
th a, th a:visited {
  color: black
}
th a:hover {
  text-decoration: underline;
  color: red;
}
th.sorted a, th.sortable a {
	background-position: right;
	display: block;
	width: 100%;
}

tr.odd {
  background-color:#FFCCFF;
}
tr.tableRowEven, tr.even {
  background-color:#FFFFFF;
}

a, a:visited, a:hover { 
	color:#FF0066; text-decoration:none; 
}
a:hover {
	text-decoration: underline;
}

span.pagebanner {
	padding: 2px 4px 2px 4px;
	width: 79%;
	margin-top: 10px;
	display:block;
	border-bottom: none;
	color:white;
}


span.pagelinks {
	padding: 2px 4px 2px 4px;
	width: 79%;
	display:block;
	border-top: none;
	margin-bottom: -5px;
	color : white
	
}

