/* CSS Document */

body {
	color:#4b0082;
	background-color:#cc99cc;
	font-family: Arial, Verdana, Geneva, Helvetica, sans-serif;
}
a {
	color:#4b0082; 
	text-decoration:none;
}
a:hover {
	text-decoration:underline;
}
.table {
	font-family: Arial, Verdana, Geneva, Helvetica, sans-serif;
	font-size: 18px;
}

/******************************************************************************
  Table
******************************************************************************/
.table {
	background-color:#cc99cc;
}
.table-text {
	padding: 3px 3px 3px 3px;
	text-align: left;
	font-size: 80%;
}
.table-body {
	padding: 20px 30px 20px 30px;
	text-align: left;
	font-size: 80%;
	max-width: 300px;
}
.table-bread {
	padding: 14px 10px 12px 10px;
	text-align: left;
	font-size: 80%;
	color: #ffffff;
}
.table-button {
	padding: 2px 2px 2px 2px;
	text-align: center;
	font-weight: bold;
	font-size: 80%;
	color: #ffffff;
	background-color: #4b0082;
}
.table-textct {
	padding: 3px 3px 3px 3px;
	text-align: center;
	font-size: 80%;
}
.table-textrt {
	padding: 3px 3px 3px 3px;
	text-align: right;
	font-size: 60%;
	color: #FFFFFF;
}
.table-text2 {
	padding: 3px 3px 3px 3px;
	text-align: left;
	font-size: 70%;
	vertical-align: top;
}
.table-cell {
	padding: 6px 0px 10px 14px;
	vertical-align:top;
}
.table-title {
	padding: 5px 3px 5px 3px;
	font-size: 100%;
	text-align: center;
	font-weight: bold;
}
.table-titlesm {
	padding: 3px 3px 3px 3px;
	font-size: 80%;
	text-align: center;
	font-weight: bold;
}
.table-sub {
	padding: 0px 0px 0px 0px;
	text-align: center;
	vertical-align: top;
	border-top: 1px solid #4b0082;
	border-bottom: 1px solid #4b0082;
}
.table-menu {
	padding: 4px 20px 6px 12px;
	font-size: 70%;
	text-align: left;
	vertical-align: top;
}
.table-song {
	padding: 1px 5px 2px 5px;
	color: #FFFFFF;
	font-size: 80%;
	font-weight:bold;
	text-align: left;
	vertical-align: top;
	border-top: 1px solid #FFFFFF;
}
.table-datel {
	padding: 3px 5px 4px 10px;
	color: #FFFFFF;
	font-size: 90%;
	font-weight:bold;
	text-align: left;
	vertical-align: top;
	white-space:nowrap;
	border-bottom: 1px solid #FFFFFF;
}
.table-dater {
	padding: 3px 5px 4px 10px;
	font-size: 70%;
	text-align: left;
	vertical-align: top;
	border-bottom: 1px solid #FFFFFF;
}
.table-line {
	padding: 0px 0px 0px 0px;
	background-color: #4b0082;
	height: 1px;
}
.table-footer {
	padding: 6px 3px 8px 3px;
	font-size: 70%;
	text-align:center;
	font-weight: bold;
	vertical-align: top;
	border-top: 1px solid #4b0082;
	border-bottom: 1px solid #4b0082;
}
.table-copy {
	font-size: 55%;
	color: #ffffff;
	text-align:center;
	vertical-align: bottom;
	padding: 6px 3px 4px 3px;
}
.table a {
	color:#4b0082;
	text-decoration:underline;
}
.table a:hover {
	text-decoration: underline;
}
.table a:active {
	text-decoration: none;
}
.table-bread a {
	color:#ffffff;
	text-decoration:underline;
}
.table-bread a:hover {
	text-decoration: underline;
}
.table-bread a:active {
	text-decoration: none;
}
.table-button a {
	color:#ffffff;
	text-decoration:underline;
}
.table-button a:hover {
	text-decoration: underline;
}
.table-button a:active {
	text-decoration: none;
	color: #cc99cc;
}