
BODY{
	margin: 0;
	padding: 0;
	background-color: #FFFFFF;
	width: 700px;
	margin: auto;
}

BODY, TABLE, TD	{
	color: #393939;
	font: 11px/15px Arial, Helvetica, sans-serif;
}

A:link{
	color: #393939;
}

A:visited{
	color: #838383;
}

A:active{
	color: #ff0099 !important;
}

p{
	margin: 0;
	padding: 0;
	padding-bottom: 8px;
}

#header{
	text-align: center;
	padding-top: 28px;
	padding-bottom: 15px;
	border-bottom: 1px solid #e5e5e5;
}

#main{
	padding-top: 35px;
}
#footer{
	height: 150px;
}

#upcoming, #past, #contact, #thankyou{
	margin-bottom: 20px;
}

#thankyou A:link{
	color: #393939;
}

#thankyou A:visited{
	color: #838383;
}

#thankyou A:hover{
	text-decoration: underline;
}

H1{
	font-size: 16px;
	margin: 0;
	padding: 0;
	margin-bottom: 7px;
	line-height: normal;
}

H2{
	font-size: 12px;
	margin: 0;
	padding: 0;
}
H2, H2 A:link, H2 A:hover{
	color: #ff0099;
}
H2 A:visited{
	color: #ff59bd;
}

#past H2, #past H2 A{

	color: #393939;
}

#upcoming TBODY TD, #past TBODY TD{
	padding-bottom: 8px;
}

.date, .producers{
	color: #838383;
}
.producers A{
	color: #838383;
	text-decoration: none;
}
.producers A:hover,
.producers A:active{
	text-decoration: underline;
}

#past .date{
	text-decoration: line-through;
}
.notes{
	color: #959595;
	font-size: 9px;
	line-height: normal;
}

DIV.player{
	width: 100%;
}

TABLE.player{
}

TABLE.player TD{
}

.trackNumber{
	padding-right: 4px;
	vertical-align: top;
}

.trackPlayer {
	vertical-align: middle;
}

.trackPlayer OBJECT{
	margin-bottom: -2px;
}

.trackTitle{
	padding-left: 7px;
	font-weight: bold;
}
