table.default
{
	border-spacing: 0px;
	border-style: none none none none;
	border-color: gray gray gray gray;
	border-collapse: separate;
}

table.default
{
	border-width: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	border-style: none none none none;
}

table.default
{
	border-width: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	border-style: none none none none;
}


table.artistBox
{
	border-width: 2px 2px 2px 2px;
	border-spacing: 2px;
	border-style: none none none none;
	border-color: gray gray gray gray;
	border-collapse: separate;
}

table.artistBox th
{
	border-width: 0px 0px 0px 0px;
	padding: 4px 4px 4px 4px;
	border-style: none none none none;
}

table.artistBox td
{
	border-width: 0px 0px 0px 0px;
	padding: 5px 5px 5px 5px;
	border-style: none none none none;
}


table.artistCharts
{
  border-width: 1px 1px 1px 1px;
	border-spacing: 2px;
	border-style: solid solid solid solid;
	border-color: gray gray gray gray;
	border-collapse: separate;
}

table.artistCharts th
{
  border-width: 0px 0px 0px 0px;
	padding: 4px 4px 4px 4px;
	border-style: none none none none;
  background-color: #C6C73B;
  color: black;
}

table.artistCharts td
{
	border-width: 0px 0px 0px 0px;
	padding: 5px 5px 5px 5px;
	border-style: none none none none;
}

div.img
  {
  margin: 2px;
  border: 0px solid #00DDDD;
  height: auto;
  width: auto;
  float: left;
  text-align: center;
  }
div.img img
  {
  display: inline;
  margin: 3px;
  border: 1px solid #ffffff;
  }
div.img a:hover img
  {
  border: 1px solid #F0F000;
  }
div.desc
  {
  text-align: center;
  font-weight: normal;
  width: 120px;
  margin: 2px;
  }



table.footer
{
    font-size: 80%;
}

p {
	margin: 0 0 10px 0;
	text-align: justify;
}


a.highlight:link    { color: #FF8040; text-decoration: none; }
a.highlight:visited { color: #FF8040; text-decoration: none; }
a.highlight:hover   { color: #FF8040; text-decoration: none; } //FF1493
a.highlight:active  { color: #FF8040; text-decoration: none; }
