html, body, p, td, img {
	border: none;
}

body {
	/* background-color: #8B8B7E; */
	padding: 0px;
	margin: 0px;
	background-image: url(../Images/JHJ-Background.gif);
	background-repeat: repeat;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	/* height: 100%; */
}

p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	margin-bottom: 15px;
}

td {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	vertical-align: top;
}

a {
	color: #000000;
	text-decoration: none;
	background-color: Yellow; /* #66CCCC; */
	font-weight: bold;
}

.header 
{
	background-image: url(../Images/Diagonal.gif);
	background-repeat: repeat;
	height: 20px;
	width: 760px;
}

.main-table {
	/* background-color: #FFFFFF; */
	/* height: 100%; */
	width: 760px;
}

.news-date {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}

.news-headline {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	text-transform: uppercase;
}

.song-title {
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;

}

.chorus {
	font-weight: bold;
}

.credit {
	font-style: italic;
}

.address {
	padding-left: 40px;
}

.highlight {
	font-weight: bold;
}

.artist {
	font-weight: bold;
}

.artist-name {
	font-weight: bold;
}

.club-name {
	font-weight: bold;
}

.width340 {
	width: 340px;
}

