body {
	background-color: #000000;
	margin-left: 0px;
	margin-top: 50px;
	margin-right: 0px;
	margin-bottom: 50px;
}

a:link
{
	text-decoration:none;
}

a:visited
{
	text-decoration:none;
}

a:hover
{
	text-decoration:underline;
}

.no_repeat {
	background-repeat: no-repeat;
	background-position: left top;
}


.no_repeat_tl {
	background-repeat: no-repeat;
	background-position: left top;
}

.repeat-x  {
	background-repeat: repeat-x;
	background-position: top;
}

.bg  {
	background-repeat: repeat-x;
	background-position: top;
	background-image:url(bg.gif);
	background-color:#000000;
}

.bg_wht  {
/*
	background-repeat: repeat-x;
	background-position: top;
	background-image:url(bg_wht.png);
	background-color:#fff;
*/
  background: url(bg_wht.png) no-repeat top left #fff;
}

.top_nav {
	font-family: Arial, Helvetica, sans-serif;
	font-size:11px;
	color: #000000;
	text-decoration:none;
	text-align: center;
}

.top_nav:hover {
	color: #FF9900;
	text-decoration:none;
}

.alt_nav:hover {
	color: #ffffff;
	text-decoration:none;
	background-color:#FF9900;
}

.alt_nav {
	font-family: Arial, Helvetica, sans-serif;
	font-size:11px;
	color: #FFFFFF;
	text-decoration:none;
	font-weight: normal;
	text-align:right;
}

.side_nav_title {
	font-family: Arial, Helvetica, sans-serif;
	font-size:12px;
	font-weight:bold;
	color: #FF9900;
	padding-left: 6px;
	vertical-align:text-bottom;
	line-height: 11px;
}

.side_nav_link {
	font-family: Arial, Helvetica, sans-serif;
	font-size:11px;
	font-weight:bold;
	color: #666666;
	padding-left: 6px;
}

.side_nav_cell {
	font-family: Arial, Helvetica, sans-serif;
	font-size:11px;
	font-weight:bold;
	color: #FF9900;
	padding-left: 6px;
	height:28px;
	vertical-align:middle;
	background-image: url(bg_side_nav.gif);
	background-repeat: no-repeat;
	background-position: right;

}

.bot_nav_main {
	font-family: Arial, Helvetica, sans-serif;
	font-size:11px;
	color: #808069;
	text-decoration:none;
	vertical-align:top;
	font-weight: normal;
}

.bot_nav_misc {
	font-family: Arial, Helvetica, sans-serif;
	font-size:10px;
	color: #666666;
	text-decoration:none;
	line-height: 16px;
	vertical-align:top;
	font-weight: normal;
}

.misc_nav_link {
	font-family: Arial, Helvetica, sans-serif;
	font-size:10px;
	color: #666666;
	text-decoration:none;
	font-weight: normal;
	padding-left: 10px;
}

.misc_nav_link:hover {
	color: #993333;
	text-decoration:none;
}

.main_title {
	font-family: Arial, Helvetica, sans-serif;
	font-size:24px;
	color: #b3b3b3;
	font-weight: normal;
	padding-top: 10px;
}

.standard_title {
	font-family: Arial, Helvetica, sans-serif;
	font-size:13px;
	color: #b3b3b3;
	font-weight: bold;
}

.standard_text {
	font-family: Arial, Helvetica, sans-serif;
	font-size:11px;
	font-weight:normal;
	color: #b3b3b3;
	line-height: 16px;
}

.standard_text a {
	color: #b3b3b3;
	text-decoration: underline;
}

.standard_text a:hover {
	text-decoration: none;
}

.standard_text_white {
	font-family: Arial, Helvetica, sans-serif;
	font-size:11px;
	font-weight:normal;
	color: #ffffff;
	line-height: 16px;
}

.results_title {
	font-family: Arial, Helvetica, sans-serif;
	font-size:12px;
	font-weight:bold;
	color: #666666;
}

.results_text {
	font-family: Arial, Helvetica, sans-serif;
	font-size:11px;
	font-weight:normal;
	color: #666666;
}

.results_link {
	font-family: Arial, Helvetica, sans-serif;
	font-size:11px;
	font-weight:normal;
	font-style:italic;
	color: #AC0000;
}

.div {
	background-color:#666666;
	width: 1px;
}

.div_nav {
	background-color:#999999;
	width: 1px;
}

.div_side_nav {
	background-color:#B8B8A6;
	height: 1px;
}

.misc_nav_title {

	font-family: Arial, Helvetica, sans-serif;
	font-size:10px;
	color: #6699CC;
	text-decoration:none;
	font-weight: bold;
	padding-left: 10px;
}
.misc_nav_title:hover {

	color: #993333;
	text-decoration:none;
}
.artist_title {
	font-family: Arial, Helvetica, sans-serif;
	font-size:18px;
	color: #b3b3b3;
	font-weight: normal;
}

ul.artist_list {
	margin: 0;
	margin-left: -5px;
	padding: 0;
	list-style: none;
	text-align: center;
	}

ul.artist_list li {
	padding: 5px 0;
	}

ul.artist_list a {
	padding: 0 5px;
	}


