BODY, TABLE {
	background-color: white;
	color: black;
	
	font-family: "Verdana";
	font-size: 10pt;
	line-height: 1.5;

}

.BoldTitle {
	font-weight: bold;
}

.BoldBigTitle {
	font-size: 12pt;
	font-weight: bold;
}

.Bordered {
	border: solid 1px white;
}

/* Table for Schedule */

Table.Collapse {
	border-collapse: collapse;
}

TD.Title {
	padding-left: 8px;
	border: 1px solid #808080;
	background-color: #404040;
}

TD.TitlePro {
	padding-left: 20px;
	border: 1px solid #808080;
	background-color: #404040;
}

TD.Content {
	padding-left: 8px;
	border-top: 1px solid #A0A0A0;
	border-bottom: 1px solid #A0A0A0;
	border-left: 1px solid #A0A0A0;
}

TD.SongName {
	font-weight: bold;
}

TD.RightBordered {
	padding-left: 8px;
	border-top: 1px solid #A0A0A0;
	border-bottom: 1px solid #A0A0A0;
	border-right: 1px solid #A0A0A0;
}

TD.SongPlayer {
	color: #404040;
	border-top: 1px solid #A0A0A0;
	border-bottom: 1px solid #A0A0A0;
	border-right: 1px solid #A0A0A0;
}

