body {
	margin-right: 0px;
	margin-left: 0px;
  margin-top: 0px;
  margin-bottom: 0px;
	font-family: arial, sans-serif;
	font-size: 10pt;
}

table.body {
	width: 100%;
  height: 100%;
}

table.main {
	width: 100%;
}

tr {
	margin: 15px;
	background-color: silver;
}

td.column1 {
	width: 300px;
  background-color: #E0E0E0;
}

td.column2 {
	width: 20px;
  background-color: #E0E0E0;
}

td.column3 {
	width: 400px;
	font-family: arial, sans-serif;
	font-size: 10pt;
  background-color: #E0E0E0;
}

td.column4 {
  background-color: #E0E0E0;
}

td.column3lastfm {
	text-align: center;
	font-weight: bold;
	width: 400px;
	font-family: arial, sans-serif;
	font-size: 10pt;
	color: #848686;
  background-color: #E0E0E0;
}


a {
	font-style: normal;
	font-weight: bold;
	text-decoration: none;
	color: #848686;
}

a:hover {
	text-decoration: none;
}

tr.adrList {
	padding: 5px;
}
