body,td,th {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #000;
}
body {
	margin: 0px; 
	background-color: #CCC;
}
	
a:link {color: #6C6464;}
a:visited {color: #6C6464;}
a:hover {color: #FFF;}
a:active {color: #6C6464;}

img {
	border: 0;
}

:focus {
	outline: none;
}

hr {
	color: #6C6464;
	height: 1px;
}

.artist_heading {
	font-size: 12px;
	font-weight: bold;
}

.artist_subheading {
	font-size: 10px;
}

.style1 {
	font-size: 10px;
	font-weight: bold;
}

.height100 { height: 100%; }

.iOverflow { overflow: hidden; }


.news_holder {
	float: left;
	width: 100%;
	padding-bottom: 5px;
	margin-bottom: 5px;
	border-bottom: dotted #B3B3A6 1px;
}
.news_img {	
	float: left;
	padding-left: 5px;
	vertical-align:top;
}
.news_date {
	width: auto;
	margin-left: 90px;
	font-style:italic;
}
.news_title {
	width: auto;
	margin-left: 90px;
	font-weight:bold;
	text-transform: uppercase;
}
.news_txt {
	width: auto;
	margin-left: 90px;
}
.news_archive {
	float: left;
	width: 100%;
	text-align: center;
	padding-bottom: 10px;
}
